From 11b26d2473dd507e9a278360df310aeecd9bafc5 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Thu, 21 Dec 2023 21:29:18 +0000 Subject: [PATCH] fix: ci package distributons --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc5cd8a..6c56311 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,8 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 if: steps.release.outputs.released == 'true' + with: + password: ${{ secrets.PYPI_TOKEN }} - name: Publish package distributions to GitHub Releases uses: python-semantic-release/upload-to-gh-release@main