diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c507bfd..bddc6786 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: run: | python3 -m build --sdist --wheel --outdir dist/ . - name: Publish - if: startsWith(github.ref, 'refs/tags') +# if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.TOKEN }}