Skip to content

Commit

Permalink
Merge pull request #9 from sfc-aqua/Morawiec/change_pypi
Browse files Browse the repository at this point in the history
Feat: change test pypi to normal pypi
  • Loading branch information
SebastianMorawiec authored Jul 20, 2023
2 parents 5f226c7 + 8984e25 commit 3a4f151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_SECRET }}
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_SECRET }}

0 comments on commit 3a4f151

Please sign in to comment.