Skip to content

Commit

Permalink
minor changes - pip deployment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bschroed committed Dec 23, 2020
1 parent 47e089c commit 2e58b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: riesb
TWINE_PASSWORD: pypi-AgEIcHlwaS5vcmcCJDJkOWE1ZmIyLTRmYzAtNDBlMy1hMGQ3LTExNDA4MjRmOGY4YQACRXsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJlbnNlbWJsZXItcmluaWtlcmxhYiJdfSwgInZlcnNpb24iOiAxfQAABiBr97nXXEkrZAPWxncee1Mi3jjb7lt8iNi4x1JoUDNcr
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 2e58b46

Please sign in to comment.