Skip to content

Commit

Permalink
fixed twine upload command when releasing a version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiQM committed Aug 16, 2021
1 parent 84abc1e commit 0247fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Update pypi
run: |
pip install twine
twine upload -q -u ${{secrets.PIPY_TOKEN_USER}} -p ${{secrets.PIPY_TOKEN_PWD}} dist/*
twine upload -u ${{secrets.PIPY_TOKEN_USER}} -p ${{secrets.PIPY_TOKEN_PWD}} dist/*
- name: Upload assets
uses: qm-devops/qm-upload-release-assets@v1
with:
Expand Down

0 comments on commit 0247fc3

Please sign in to comment.