Skip to content

Commit

Permalink
Switch from Test-PyPI to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens authored Dec 6, 2021
1 parent fee6163 commit f890c69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
shell: bash -l {0}
run: python setup.py sdist

- name: Publish package to Test-PyPI
- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@v1.4.1
with:
user: __token__
password: ${{ secrets.test_pypi_token }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.pypi_token }}

0 comments on commit f890c69

Please sign in to comment.