Skip to content

Commit

Permalink
Fix package release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Oct 5, 2024
1 parent f3833f8 commit adbe655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- docs
- build-python-package
secrets:
PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
TEST_PYPI_API_TOKEN: "${{ secrets.TEST_PYPI_API_TOKEN }}"
with:
version: "${{ inputs.version }}"

Expand Down

0 comments on commit adbe655

Please sign in to comment.