diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index 0bed07e..a318dba 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -239,8 +239,6 @@ jobs: - name: Publish to PyPI if: ${{ startsWith(github.ref, 'refs/tags/') }} run: uv publish 'wheels-*/*' - env: - UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }} - name: Upload exe to GitHub Release if: ${{ startsWith(github.ref, 'refs/tags/') }} uses: softprops/action-gh-release@v2