Skip to content

Commit f1ca69a

Browse files
authored
Try deploying with token
1 parent 8b25741 commit f1ca69a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
7272
- name: 🚢 Publish to PyPI
7373
uses: pypa/gh-action-pypi-publish@release/v1
74+
with:
75+
password: ${{ secrets.PYPI_API_TOKEN }}
7476

7577
- uses: softprops/action-gh-release@v2
7678
with:

0 commit comments

Comments
 (0)