diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb42977..f08996c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,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: [ci, pypi]