Skip to content

Commit

Permalink
feature(workflow) - update token
Browse files Browse the repository at this point in the history
  • Loading branch information
giladlevy7 committed Jun 15, 2021
1 parent e90d05a commit f903663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pypi-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Make Wheel
run: python setup.py sdist bdist_wheel
- name: Push to Test PyPi
run: twine upload --username rivery --password ${{ secrets.PYPI_TEST_API_TOKEN }} dist/*
run: twine upload --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} dist/*

0 comments on commit f903663

Please sign in to comment.