Skip to content

Commit

Permalink
update the git action with the correct username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
yafshar committed Feb 28, 2020
1 parent e7376da commit 6a79281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME_Y }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD_Y }}
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME_OPENKIM }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD_OPENKIM }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 6a79281

Please sign in to comment.