From 32c229c9f3f74055438b9f0965ae0d06ce4ddf97 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 15 Mar 2022 12:37:02 -0700 Subject: [PATCH] Fix PyPI uploads with, not env, to pass the credentials to the action. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16328b4..93142ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,6 +118,6 @@ jobs: - name: Upload uses: pypa/gh-action-pypi-publish@v1.5.0 - env: + with: user: "__token__" password: ${{ secrets.PYPI_SQRE_ADMIN }}