We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104d9d6 commit 9592891Copy full SHA for 9592891
1 file changed
.github/workflows/ci-cd.yml
@@ -202,6 +202,11 @@ jobs:
202
path: dist/
203
- name: Publish distribution 📦 to PyPI
204
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
210
211
publish-to-testpypi:
212
name: Publish Python 🐍 distribution 📦 to TestPyPI
0 commit comments