diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 1867304a..f89dfc94 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -267,14 +267,14 @@ jobs: cd .. - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: pypa/gh-action-pypi-publish@release/v1.12.0 + uses: pypa/gh-action-pypi-publish@release/v1.12 with: attestations: false repository_url: https://test.pypi.org/legacy/ packages-dir: ${{ matrix.package-dir }}/dist - if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@release/v1.12.0 + uses: pypa/gh-action-pypi-publish@release/v1.12 with: attestations: false packages-dir: ${{ matrix.package-dir }}/dist