Skip to content

Commit efa83bf

Browse files
committed
Pin setuptools for pkg stub to v65.6.3
This patch is meant to improve the reproducibility of smoke-testing.
1 parent 3f27ae2 commit efa83bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ jobs:
5656
env:
5757
CONTENTS: |
5858
[build-system]
59-
requires = ["setuptools>=61"]
59+
requires = [
60+
"setuptools == 65.6.3",
61+
]
6062
build-backend = "setuptools.build_meta"
63+
6164
[project]
6265
name = "test-package"
6366
version = "0.1"

0 commit comments

Comments
 (0)