Skip to content

Commit a84464e

Browse files
authored
Changes to publish to PyPI via action again (#307)
* Changes to publish to PyPI via action again * Update pyproject.toml
1 parent 5956c84 commit a84464e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1616
with:
1717
python-version: "3.x"
18-
- name: Update twine and pkginfo
19-
run: python3 -m pip install --upgrade pkginfo twine
2018
- name: Install pypa/build
2119
run: >-
2220
python3 -m

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "setuptools.build_meta"
33

44
requires = [
5-
"setuptools",
5+
"setuptools==76.1.0",
66
"setuptools-scm",
77
]
88

0 commit comments

Comments
 (0)