diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e9eefddf..9e1844b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: if: >- (github.ref == 'refs/heads/release/test') || (github.ref == 'refs/heads/release/main') - uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.5.1 + uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12 with: password: ${{ secrets.test_pypi_password }} repository_url: https://test.pypi.org/legacy/ @@ -73,6 +73,6 @@ jobs: - run: ls -lh dist - name: Publish distribution 📦 to PyPI if: github.ref == 'refs/heads/release/main' - uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.5.1 + uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12 with: password: ${{ secrets.pypi_password }}