Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ACEnglish authored Jan 10, 2025
1 parent 80f7d55 commit c863111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python3 -m build --wheel --sdist
- name: Publish distribution 📦 to Test PyPI
if: github.event.inputs.skip_test != 'skip'
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
Expand All @@ -51,6 +51,6 @@ jobs:
# if-no-files-found: ignore
- name: Publish distribution 📦 to PyPI
if: github.event.inputs.official == 'PUBLISH TO PYPI'
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit c863111

Please sign in to comment.