Skip to content

Commit 9592891

Browse files
committed
Skip publishing existing packages also on pypi
1 parent 104d9d6 commit 9592891

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ jobs:
202202
path: dist/
203203
- name: Publish distribution 📦 to PyPI
204204
uses: pypa/gh-action-pypi-publish@release/v1
205+
with:
206+
# temporary skip existing packages, because not always all packages at once
207+
# are updated.
208+
# TODO: implement publishing only of changed in finecode
209+
skip-existing: true
205210

206211
publish-to-testpypi:
207212
name: Publish Python 🐍 distribution 📦 to TestPyPI

0 commit comments

Comments
 (0)