mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 08:31:08 -05:00
Pin setuptools
for pkg stub to v65.6.3
This patch is meant to improve the reproducibility of smoke-testing.
This commit is contained in:
parent
3f27ae2c90
commit
efa83bf521
1 changed files with 4 additions and 1 deletions
5
.github/workflows/self-smoke-test-action.yml
vendored
5
.github/workflows/self-smoke-test-action.yml
vendored
|
@ -56,8 +56,11 @@ jobs:
|
|||
env:
|
||||
CONTENTS: |
|
||||
[build-system]
|
||||
requires = ["setuptools>=61"]
|
||||
requires = [
|
||||
"setuptools == 65.6.3",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "test-package"
|
||||
version = "0.1"
|
||||
|
|
Loading…
Reference in a new issue