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 37d7175 commit 4c94fcbCopy full SHA for 4c94fcb
.github/workflows/release.yaml
@@ -44,6 +44,8 @@ jobs:
44
make npm-publish
45
python:
46
name: Release Python
47
+ # Python logic requires the tag/release version to be available from GitHub
48
+ needs: release
49
runs-on: ubuntu-latest
50
steps:
51
- name: Checkout
0 commit comments