Skip to content

Commit

Permalink
switch from testpypi to pipy
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarc committed Jan 20, 2021
1 parent 75d3863 commit 05c74c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
twine --repository slab
twine upload --repository pypi dist/*

0 comments on commit 05c74c6

Please sign in to comment.