Fix Python workflow
This commit is contained in:
parent
17f7f5aaef
commit
0918aa8346
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ name = "minify_html_core"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
minify-html = { path = "..", features = [] }
|
||||
minify-html = { path = "../rust/main", features = [] }
|
||||
[dependencies.pyo3]
|
||||
version = "0.13.0"
|
||||
features = ["extension-module"]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ name = "minify_html"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
minify-html = { path = "..", features = ["js-esbuild"] }
|
||||
minify-html = { path = "../rust/main", features = ["js-esbuild"] }
|
||||
[dependencies.pyo3]
|
||||
version = "0.13.0"
|
||||
features = ["extension-module"]
|
||||
|
|
|
|||
Reference in a new issue