Skip to content

Commit 243a48c

Browse files
added packaging upgrade to fix twine issue
1 parent 877d3a2 commit 243a48c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/shared-publish-to-pypi-versioned.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- name: Publish
8181
run: |
8282
python3 -m pip install --upgrade twine
83+
python3 -m pip install --upgrade packaging
8384
python3 -m twine upload dist/* -u __token__ -p "${{ secrets.PYPI_API_KEY }}"
8485
8586
- name: Commit pyproject.toml, version.json and set tag

0 commit comments

Comments
 (0)