Skip to content

Commit

Permalink
Add tools/unix/upload-python-bundle.sh to run gha job to create a pyt…
Browse files Browse the repository at this point in the history
…hon bundle (#3365)
  • Loading branch information
hoodmane authored Jan 20, 2025
1 parent 00aef63 commit 1f6ed36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/unix/upload-python-bundle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)

gh workflow run 105611493 \
--field pyodide=$1 \
--field pyodideRevision=$2 \
--field backport=$3 \
-r $BRANCH_NAME

0 comments on commit 1f6ed36

Please sign in to comment.