Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 8aad462

Browse files
authored
Switch back to using API token for PyPI. We should update to trusted publishing later. (#74)
1 parent 27b1773 commit 8aad462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ jobs:
3636
3737
- name: Publish distribution 📦 to PyPI
3838
uses: pypa/gh-action-pypi-publish@release/v1
39+
with:
40+
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)