diff --git a/.github/workflows/publish_and_tag.yml b/.github/workflows/publish_and_tag.yml index 698e6f7..d600dbc 100644 --- a/.github/workflows/publish_and_tag.yml +++ b/.github/workflows/publish_and_tag.yml @@ -27,7 +27,7 @@ jobs: pip install setuptools wheel twine - name: Build and publish env: - TWINE_USERNAME: ${{ __token__ }} + TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_JMRT_TOKEN }} run: | python setup.py sdist bdist_wheel