diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dbdcc52..5813c1a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -212,4 +212,4 @@ jobs: if: github.event_name == 'release' && !startsWith(github.event.release.tag_name, 'C_') uses: pypa/gh-action-pypi-publish@master with: - password: ${{ secrets.test_pypi_password }} + password: ${{ secrets.pypi_password }}