Skip to content

Commit 5956c84

Browse files
authored
Update pypi-publish.yml (#306)
1 parent e25af2a commit 5956c84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ 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
1820
- name: Install pypa/build
1921
run: >-
2022
python3 -m

0 commit comments

Comments
 (0)