Skip to content

Commit 358b9ed

Browse files
committed
Updated publish task
1 parent 7391815 commit 358b9ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,7 @@ jobs:
279279

280280
- name: Publish to PyPI
281281
uses: pypa/gh-action-pypi-publish@release/v1
282-
282+
with:
283+
password: ${{ secrets.PYPI_TOKEN }}
284+
skip-existing: true
285+
verbose: true

0 commit comments

Comments
 (0)