From 252d3fa63c08ea6292c5b62cc7bef7132e1e9c36 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Sun, 14 Apr 2024 09:47:42 -0600 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4e2e4b..92970bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,14 +52,14 @@ jobs: run: python -m build - name: Publish package to PyPi Test if: ${{steps.semantic_release_info.outputs.version != ''}} - uses: pypa/gh-action-pypi-publish + uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ - name: Publish package to PyPi Live if: ${{steps.semantic_release_info.outputs.version != ''}} - uses: pypa/gh-action-pypi-publish + uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file