Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgaru2 committed Feb 22, 2024
1 parent 0b7d1bc commit f73d3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: twine check dist/*

- name: Publish to test PyPI
run: twine upload -r testpypi dist/* -u xillar -p ${{ secrets.TEST_PYPI_PASSWORD }}
run: twine upload -r testpypi dist/* -u __token__ -p ${{ secrets.TEST_PYPI_API_TOKEN }}

- name: Publish to PyPI
run: twine upload dist/* -u xillar -p ${{ secrets.PYPI_PASSWORD }}
run: twine upload dist/* -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

- name: Output new version
id: meta
Expand Down

0 comments on commit f73d3f1

Please sign in to comment.