From d631c6e2edfca69bd38824e0011ee52f75dff5f1 Mon Sep 17 00:00:00 2001 From: "Mike C. Fletcher" Date: Wed, 1 Jan 2025 19:00:00 -0500 Subject: [PATCH] BUILD user vs username in token --- .github/workflows/accelerate-manylinux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/accelerate-manylinux.yml b/.github/workflows/accelerate-manylinux.yml index 05d6187a..1b029cce 100644 --- a/.github/workflows/accelerate-manylinux.yml +++ b/.github/workflows/accelerate-manylinux.yml @@ -138,7 +138,7 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - username: __token__ + user: __token__ password: ${{ secrets.PYPI_TOKEN }} # Note: this is apparently different than the package-dir meaning in the cibuildwheel packages-dir: "dist" @@ -166,7 +166,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 id: upload with: - username: __token__ + user: __token__ password: ${{ secrets.PYPI_TOKEN }} # Note: this is apparently different than the package-dir meaning in the cibuildwheel packages-dir: "dist"