Skip to content

Commit

Permalink
feat(semantic-release): manually define credientials
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtrotter committed Sep 5, 2022
1 parent 6afd359 commit a7ded93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build artifacts
run: python -m build
- name: Push to PyPi
run: python3 -m twine upload --verbose --repository testpypi dist/*
run: python3 -m twine upload --verbose --repository-url https://test.pypi.org/legacy/ --username $TWINE_USERNAME --password $TWINE_PASSWORD dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit a7ded93

Please sign in to comment.