Skip to content

Commit 3f27ae2

Browse files
committed
Drop unnecessary wheel declaration from stub pkg
1 parent ee83abe commit 3f27ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-smoke-test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
CONTENTS: |
5858
[build-system]
59-
requires = ["setuptools>=61", "wheel"]
59+
requires = ["setuptools>=61"]
6060
build-backend = "setuptools.build_meta"
6161
[project]
6262
name = "test-package"

0 commit comments

Comments
 (0)