Skip to content

Commit d7f3b50

Browse files
Merge pull request #188 from IABTechLab/sch-UID2-5486-fix-pypi-twine-invalid-metadata-license-file
added packaging upgrade to fix twine issue
2 parents ab4d37b + 243a48c commit d7f3b50

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
@@ -81,6 +81,7 @@ jobs:
8181
- name: Publish
8282
run: |
8383
python3 -m pip install --upgrade twine
84+
python3 -m pip install --upgrade packaging
8485
python3 -m twine upload dist/* -u __token__ -p "${{ secrets.PYPI_API_KEY }}"
8586
8687
- name: Commit pyproject.toml, version.json and set tag

0 commit comments

Comments
 (0)