diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bee25ca..8e22e7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -379,7 +379,7 @@ jobs: name: ${{ needs.setup.outputs.repo-name }}-${{ github.ref_name }} path: dist - name: Publish Python package to PyPI - uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa + uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 changelog: if: github.ref_type == 'tag' needs: [setup, python, docker, pypi]