diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f68daf..e66fb86 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: run: python3 setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@bea5cda687c2b79989126d589ef4411bedce0195 + uses: pypa/gh-action-pypi-publish@daa899706da0975787821a460e69d5a36f4b939a with: user: __token__ password: ${{ secrets.pypi_password }}