From af1dd341698587eb667767c231b30540c2e67aa8 Mon Sep 17 00:00:00 2001 From: lgaliana Date: Thu, 10 Oct 2024 12:16:01 +0000 Subject: [PATCH] try token --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 172eb39..2504425 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -54,5 +54,5 @@ jobs: - name: Publish release distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - user: ${{ secrets.PYPI_USERNAME }} + user: __token__ password: ${{ secrets.PYPI_PASSWORD }} # Ensure the secret name is correct