Skip to content

Commit

Permalink
Fix Python build
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed May 27, 2024
1 parent 6f25688 commit 56d1d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ compile:
go build -buildmode=c-shared -o src/minify/minify.so

build: compile
mv setup.py.bak setup.py
go mod init github.com/tdewolff/minify/bindings/js
go mod tidy
python -m build --sdist
mv setup.py.bak setup.py
rm -rf go.*

publish: clean build
Expand Down

0 comments on commit 56d1d17

Please sign in to comment.