File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 4949 - name : Cache libbinaryen
5050 id : cache-libbinaryen-save
5151 uses : actions/cache/save@v4
52+ if : steps.cache-libbinaryen-restore.outputs.cache-hit != 'true'
5253 with :
5354 path : ./binaryen/libbinaryen
5455 key : ${{steps.cache-libbinaryen-restore.outputs.cache-primary-key}}
7475 with :
7576 name : binaryen-py-sdist
7677 path : dist/*.tar.gz
78+
79+ create_release :
80+ needs : [build_wheels, build_sdist]
81+ runs-on : ubuntu-latest
82+ steps :
83+ - uses : actions/download-artifact@v4
84+ with :
85+ pattern : binaryen-py-*
86+ path : dist
87+ merge-multiple : true
88+ - name : Create Release
89+ uses : softprops/action-gh-release@v1
90+ # if: startsWith(github.ref, 'refs/tags/')
91+ with :
92+ draft : true
93+ files : dist/*
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ archs = ["AMD64"]
5555archs = [" x86_64" ]
5656before-all = [" yum install wget -y" , " bash ./scripts/build_libbinaryen.sh" ]
5757
58-
5958[[tool .cibuildwheel .overrides ]]
6059select = " *-musllinux*"
6160before-all = [" apk add wget" , " bash ./scripts/build_libbinaryen.sh" ]
You can’t perform that action at this time.
0 commit comments