Skip to content

Commit 4c94fcb

Browse files
committed
ci: python release depends on standard release
1 parent 37d7175 commit 4c94fcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
make npm-publish
4545
python:
4646
name: Release Python
47+
# Python logic requires the tag/release version to be available from GitHub
48+
needs: release
4749
runs-on: ubuntu-latest
4850
steps:
4951
- name: Checkout

0 commit comments

Comments
 (0)