diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 2bbb0c0..63cc96f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -23,7 +23,7 @@ jobs: pip install setuptools wheel twine - name: Build and publish env: - TWINE_USERNAME: ${{ secrets.PYPI_USERS }} + TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} # Fix typo in the secret name TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel