Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build for pyodide, take 2 #2

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix
  • Loading branch information
wch committed May 2, 2023
commit d0d04b470669e2d4aace345e57ff2f93eac4caf9
5 changes: 2 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ jobs:
export SHA_SHORT=$(git rev-parse --short HEAD)
git checkout -B pyodide-wheel
pwd
touch dist/foo.txt
echo "foo" > dist/foo.txt
git add -f dist
echo "foo" > foo.txt
git add foo.txt
git commit -m"Build pyodide wheel for $SHA_SHORT"
git log -n 4 --pretty=oneline --simplify-by-decoration
git push -f origin pyodide-wheel:pyodide-wheel
Expand Down
Loading