diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index e0a4fe1..9ef9b33 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -30,7 +30,7 @@ jobs: - name: Building package run: python setup.py sdist bdist_wheel - name: Publish package - uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + uses: pypa/gh-action-pypi-publish@79739dc2f2bf6bcfd21ecf9af9f06bd643dbeeae with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}