Skip to content

Commit

Permalink
fixing pypi upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumgizmos committed Oct 23, 2024
1 parent be5e752 commit cf12c28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,5 @@ jobs:
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_PASSWORD }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true
skip_existing: true
verbose: true

0 comments on commit cf12c28

Please sign in to comment.