Skip to content

Commit

Permalink
Fix PyPI token name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 30, 2024
1 parent eab60e4 commit ccad35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ jobs:
if: inputs.upload_to_pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion numba_cuda/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11
0.0.12

0 comments on commit ccad35c

Please sign in to comment.