Skip to content

Commit

Permalink
BUILD user vs username in token
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Jan 2, 2025
1 parent a59c9db commit d631c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accelerate-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit d631c6e

Please sign in to comment.