Skip to content

Commit

Permalink
Publish to PyPI not Dev PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
C4ptainCrunch committed Aug 18, 2022
1 parent acc52aa commit 17203a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- name: Build (again) the package
run: python -m build

- name: Publish package 📦 to PyPI 🎉 (POC, using dev pypi for now)
- name: Publish package 📦 to PyPI 🎉
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://pypi.org/legacy/

0 comments on commit 17203a8

Please sign in to comment.