File tree Expand file tree Collapse file tree 4 files changed +57
-14
lines changed Expand file tree Collapse file tree 4 files changed +57
-14
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 go-version : ' >=1.17'
3030 - name : golangci-lint
31- uses : golangci/golangci-lint-action@v7
31+ uses : golangci/golangci-lint-action@v8
3232 continue-on-error : true
3333 with :
3434 version : latest
Original file line number Diff line number Diff line change 2828 with :
2929 platforms : arm64
3030 - name : Build wheels
31- uses : pypa/cibuildwheel@v2.23 .1
31+ uses : pypa/cibuildwheel@v3.0 .1
3232 with :
3333 package-dir : bindings/py
3434 env :
6868 set CGO_ENABLED=1
6969 make -C bindings/py compile
7070 - name : Build wheels
71- uses : pypa/cibuildwheel@v2.23 .1
71+ uses : pypa/cibuildwheel@v3.0 .1
7272 with :
7373 package-dir : bindings/py
7474 env :
@@ -103,7 +103,7 @@ jobs:
103103 export MACOSX_DEPLOYMENT_TARGET=10.9
104104 make -C bindings/py compile
105105 - name : Build wheels
106- uses : pypa/cibuildwheel@v2.23 .1
106+ uses : pypa/cibuildwheel@v3.0 .1
107107 with :
108108 package-dir : bindings/py
109109 env :
@@ -152,7 +152,7 @@ jobs:
152152 mkdir dist
153153 mv artifacts/*/* dist/
154154 - name : Upload to GitHub Release
155- uses : softprops/action-gh-release@v2.2.1
155+ uses : softprops/action-gh-release@v2.3.2
156156 with :
157157 files : bindings/py/dist/*
158158 - name : Publish to PyPI
Original file line number Diff line number Diff line change 4747 " go"
4848 ],
4949 "dependencies" : {
50- "node-gyp" : " ^11.1 .0" ,
50+ "node-gyp" : " ^11.2 .0" ,
5151 "node-gyp-build" : " ^4.8.4"
5252 },
5353 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments