From e2e19876cc5d8602ed21c5d0ddb6bce6e4dd5612 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 14 Sep 2024 17:16:19 -0600 Subject: [PATCH] fix pypi token --- .github/workflows/python_publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index a79e646..d3ea651 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -56,6 +56,8 @@ jobs: path: dist/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_API_TOKEN }} github-release: name: >-