diff --git a/.github/workflows/ci-wheels.yml b/.github/workflows/ci-wheels.yml index 29f24f0f..b06a7346 100644 --- a/.github/workflows/ci-wheels.yml +++ b/.github/workflows/ci-wheels.yml @@ -161,7 +161,7 @@ jobs: path: ${{ github.workspace }}/dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3 + - uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} @@ -183,7 +183,7 @@ jobs: path: ${{ github.workspace }}/dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3 + - uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}