diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49313ea5c3..7c725350df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Publish to PyPI run: | twine check dist/* - twine upload --repository pypi --username __token__ --password ${PYPI_TOKEN_PYMC} dist/* + twine upload --repository pypi --username __token__ --password ${PYPI_TOKEN} dist/* test-install-job: needs: release-job runs-on: ubuntu-latest