Skip to content

Commit

Permalink
Merge pull request #9 from CentML/fix-pypi-url
Browse files Browse the repository at this point in the history
Fix prod pypi upload URL
  • Loading branch information
anurlybayev authored Sep 14, 2022
2 parents b9fc514 + ced48d1 commit af0f74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
repository_url: https://pypi.org/legacy/
repository_url: https://upload.pypi.org/legacy/

0 comments on commit af0f74d

Please sign in to comment.