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 21fec44 commit 11d40c2Copy full SHA for 11d40c2
1 file changed
.github/workflows/cd.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Publish package to PyPI
32
uses: pypa/gh-action-pypi-publish@release/v1
33
+ with:
34
+ skip-existing: true
35
36
conda:
37
name: build and deploy to conda (${{ matrix.os }})
0 commit comments