Skip to content

Commit

Permalink
Make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizonex authored Aug 12, 2023
1 parent 4aa1890 commit a39580e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
- name: Test PyPi Deployment
shell: cmd
run: |
python -m twine upload --repository testpypi dist/* -u __token__ -p ${{ secrets.PYPI_PASSWORD }} --skip-existing
python -m twine upload --repository testpypi dist/* -u __token__ -p ${{ secrets.PYPI_PASSWORD }} --skip-existing --verbose

0 comments on commit a39580e

Please sign in to comment.