Skip to content

Commit 1b19eaf

Browse files
committed
Update GitHub workflows
1 parent 1db313b commit 1b19eaf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,9 @@ jobs:
129129
path: dist
130130
merge-multiple: true
131131

132-
- name: Publish to PyPI using Trusted Publishing
132+
- name: Publish to PyPI
133133
uses: pypa/gh-action-pypi-publish@v1.12.4
134+
with:
135+
user: __token__
136+
password: ${{ secrets.PYPI_API_TOKEN }}
137+
skip-existing: true

0 commit comments

Comments
 (0)