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 93e92ee commit c84ca9eCopy full SHA for c84ca9e
.github/workflows/build-publish-release.yml
@@ -1,7 +1,7 @@
1
name: Build and Publish to PyPI, and Create Github Release
2
3
on:
4
- workflow_disparch:
+ workflow_dispatch:
5
push:
6
tags:
7
- 'v*.*.*' # Trigger only on semantic version tags like v0.1.0
0 commit comments