diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index fe13f92..fc086f5 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -74,7 +74,7 @@ jobs: merge-multiple: true - name: Publish to test.pypi.org if: ${{ github.event_name == 'push' }} - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: user: __token__ password: ${{ secrets.TESTPYPI_DEPLOY_TOKEN }}