Skip to content

Commit

Permalink
fix(ci): Update PYPI_API_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jun 21, 2024
1 parent fe6bf35 commit 1e26d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
with:
password: ${{ secrets.RAPID_STRUCTURE }}
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist/

0 comments on commit 1e26d49

Please sign in to comment.