diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 07fff2e..0994789 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -30,13 +30,13 @@ jobs: - name: Build package run: python -m build - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.3 if: ${{ github.event.release.prerelease && !github.event.release.draft }} with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@v1.12.2 + uses: pypa/gh-action-pypi-publish@v1.12.3 if: ${{ !github.event.release.prerelease && !github.event.release.draft }} with: password: ${{ secrets.PYPI_API_TOKEN }}