Skip to content

Commit

Permalink
Merge pull request #554 from gammasim/pypi
Browse files Browse the repository at this point in the history
Use pypi.org
  • Loading branch information
GernotMaier authored Aug 21, 2023
2 parents 2e94760 + d04abf8 commit 469b903
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_test_token }}
# remove next line for actual publishing to real pypi
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.pypi_token }}

0 comments on commit 469b903

Please sign in to comment.