Skip to content

Commit

Permalink
Updating release workflow to use proper token name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcollom committed Mar 8, 2021
1 parent 4cc9505 commit c9fd13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build package and publish to PyPi
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOMTOOLKIT_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_TOM_REGISTRATION_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
Expand Down

0 comments on commit c9fd13a

Please sign in to comment.