Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tdewolff/minify
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Apr 18, 2024
2 parents 63c827a + 8cb1010 commit fd327f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
path: bindings/py/src/minify

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
# go-version: '>=1.17'

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
mkdir dist
mv artifacts/*/* dist/
- name: Upload to GitHub Release
uses: softprops/[email protected].3
uses: softprops/[email protected].4
with:
files: bindings/py/dist/*
- name: Publish to PyPI
Expand Down
14 changes: 7 additions & 7 deletions bindings/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"go"
],
"dependencies": {
"node-gyp": "^10.0.1",
"node-gyp": "^10.1.0",
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit fd327f2

Please sign in to comment.