Skip to content

Commit 057f261

Browse files
committed
Remove skip-existing flag from PyPI package publishing step
1 parent 113f975 commit 057f261

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424

2525
- name: Publish package to PyPI
2626
uses: pypa/gh-action-pypi-publish@release/v1
27-
with:
28-
skip-existing: true
2927

3028
mkdocs-publish:
3129
name: Publish docs to GitHub Pages

0 commit comments

Comments
 (0)