diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 155cf0d..b5b6982 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -27,7 +27,8 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Publish Python 🐍 distribution 📦 to PyPI - env: PYPI_TOKEN = ${{ secrets.PYPI_TOKEN }} + env: + PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} run: python -m twine upload dist/* --username __token__ \ --passowrd $PYPI_TOKEN