diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 669b9ac..b20a22c 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -149,7 +149,7 @@ jobs: fi echo "Version in pyproject.toml matches the tag: $VERSION" - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc with: verify-metadata: true skip-existing: false