diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15ea341..00b9e4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,6 @@ jobs: - name: Build a binary wheel and a source tarball run: python -m build --sdist --wheel --outdir dist/ . - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@main + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.pypi_token }}