We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956c84 commit a84464eCopy full SHA for a84464e
.github/workflows/pypi-publish.yml
@@ -15,8 +15,6 @@ jobs:
15
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
16
with:
17
python-version: "3.x"
18
- - name: Update twine and pkginfo
19
- run: python3 -m pip install --upgrade pkginfo twine
20
- name: Install pypa/build
21
run: >-
22
python3 -m
pyproject.toml
@@ -2,7 +2,7 @@
2
build-backend = "setuptools.build_meta"
3
4
requires = [
5
- "setuptools",
+ "setuptools==76.1.0",
6
"setuptools-scm",
7
]
8
0 commit comments