Skip to content

Commit

Permalink
update pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
turbach authored Apr 2, 2021
1 parent e60137d commit eadf358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fitgrid-cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
- name: deploy python package release vM.N.P to pypi.org
if: ${{ matrix.py_ver == env.DEPLOY_PY_VER && env.DEPLOY_TYPE == 'main' }}
env:
FITGRID_PYPI_TOKEN: ${{ secrets.pypi_token }}
PYPI_TOKEN: ${{ secrets.pypi_token }}
run: >-
twine upload
--repository-url https://upload.pypi.org/legacy/
Expand Down

0 comments on commit eadf358

Please sign in to comment.