mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 08:31:08 -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:
|
||||
CONTENTS: |
|
||||
[build-system]
|
||||
requires = ["setuptools>=61", "wheel"]
|
||||
requires = ["setuptools>=61"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "test-package"
|
||||
|
|
Loading…
Reference in a new issue