mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 02:13:33 -05:00
Drop unnecessary wheel
declaration from stub pkg
This commit is contained in:
parent
ee83abeb35
commit
3f27ae2c90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/self-smoke-test-action.yml
vendored
2
.github/workflows/self-smoke-test-action.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CONTENTS: |
|
CONTENTS: |
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61", "wheel"]
|
requires = ["setuptools>=61"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
[project]
|
[project]
|
||||||
name = "test-package"
|
name = "test-package"
|
||||||
|
|
Loading…
Reference in a new issue