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 20, 2024
1 parent aa59c04 commit efa0dab
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/gh-action-pypi-publish@v1.5.0
with:
password: ${{ secrets.RAPID_STRUCTURE }}
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist/

0 comments on commit efa0dab

Please sign in to comment.