Skip to content

Commit

Permalink
try re-adding repository-url based on err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersson committed Jun 10, 2023
1 parent d1e05f3 commit 5cc9904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

0 comments on commit 5cc9904

Please sign in to comment.