Skip to content

Commit efa0dab

Browse files
committed
fix(ci): Update PYPI_API_TOKEN
1 parent aa59c04 commit efa0dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
- name: Publish distribution 📦 to PyPI
5858
uses: pypa/[email protected]
5959
with:
60-
password: ${{ secrets.RAPID_STRUCTURE }}
60+
password: ${{ secrets.PYPI_API_TOKEN }}
6161
packages_dir: dist/

0 commit comments

Comments
 (0)