Skip to content

Commit

Permalink
Disable autopublish to testpypi
Browse files Browse the repository at this point in the history
Temp disable publishing to testpypi as we don't have an account there.
  • Loading branch information
bosd committed Dec 17, 2024
1 parent 083ff9e commit f39f2fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

- name: Publish package on TestPyPI
if: "! steps.check-version.outputs.tag"
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# - name: Publish package on TestPyPI
# if: "! steps.check-version.outputs.tag"
# uses: pypa/[email protected]
# with:
# user: __token__
# password: ${{ secrets.TEST_PYPI_TOKEN }}
# repository_url: https://test.pypi.org/legacy/

- name: Publish the release notes
uses: release-drafter/[email protected]
Expand Down

0 comments on commit f39f2fd

Please sign in to comment.