diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index 0657473..467ee79 100644 --- a/.github/workflows/release_pypi.yml +++ b/.github/workflows/release_pypi.yml @@ -34,4 +34,4 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file