diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 86d02ec..06e226a 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -37,8 +37,8 @@ jobs: - name: Build package run: python -m build --sdist --wheel --outdir dist/ . - name: Publish package to TestPyPI - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e + uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf with: repository-url: https://test.pypi.org/legacy/ - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e \ No newline at end of file + uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf \ No newline at end of file