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 592d8b3 commit 6d62585Copy full SHA for 6d62585
.github/workflows/publish-pypi.yml
@@ -24,6 +24,7 @@ jobs:
24
pattern: cibw-*
25
26
- name: Publish distribution to PyPI
27
+ if: github.event.release.prerelease == false
28
uses: pypa/gh-action-pypi-publish@release/v1
29
30
- name: get wasm dist artifacts
0 commit comments