Skip to content

Commit

Permalink
fix pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Sep 25, 2020
1 parent 8eb297c commit 5f651f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pygenome_setuptools_build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYDNA_PYPI_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}
skip_existing: true

0 comments on commit 5f651f5

Please sign in to comment.