Skip to content

Commit

Permalink
Update token to use for helics_apps pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark authored Mar 7, 2020
1 parent 9ecfe1e commit ef1c666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
password: ${{ secrets.test_pypi_helics_apps_password }}
repository_url: https://test.pypi.org/legacy/

- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}
password: ${{ secrets.pypi_helics_apps_password }}

0 comments on commit ef1c666

Please sign in to comment.