Skip to content

Commit

Permalink
Disable test PyPI (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored Feb 23, 2023
1 parent 58fd81f commit e56acd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Build package
run: poetry build

- name: Uploading to test PyPI
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# - name: Uploading to test PyPI
# uses: pypa/[email protected]
# with:
# user: __token__
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/

- name: Publish package
uses: pypa/[email protected]
Expand Down

0 comments on commit e56acd3

Please sign in to comment.