There was an error while loading. Please reload this page.
2 parents 8f7c4c6 + 8943ded commit 44169b0Copy full SHA for 44169b0
1 file changed
.github/workflows/build.yml
@@ -120,6 +120,9 @@ jobs:
120
env:
121
TWINE_USERNAME: __token__
122
TWINE_PASSWORD: ${{ secrets.pypi_password }}
123
+ # Need to ensure both twine and packaging are updated to twine 6.2+ and packaging 25+
124
+ # to work around https://github.com/pypa/twine/issues/1216
125
run: |
126
+ python -m pip install --upgrade packaging
127
python -m pip install --upgrade twine
128
twine upload dist/*
0 commit comments