Skip to content

Commit

Permalink
Use older version of Twine to avoid packaging error
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Feb 19, 2025
1 parent a99215a commit 7f08b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Deploy to PyPI
shell: bash
run: |
pip install twine
pip install twine<=6.0.1
python -m twine upload --repository testpypi dist/*
- name: Save wheel artifacts
Expand Down

0 comments on commit 7f08b6a

Please sign in to comment.