File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 - uses : actions/upload-artifact@v3
178178 with :
179179 name : sqlite-regex-datasette-sqlite-utils-wheels
180- path : dist/wheels/*.whl
180+ path : dist/release/ wheels/*.whl
181181 upload-crate :
182182 runs-on : ubuntu-latest
183183 steps :
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ sqlite-utils: $(TARGET_WHEELS) bindings/sqlite-utils/pyproject.toml bindings/sql
103103 python3 -m build bindings/sqlite-utils -w -o $(TARGET_WHEELS )
104104
105105sqlite-utils-release : $(TARGET_WHEELS ) bindings/sqlite-utils/pyproject.toml bindings/sqlite-utils/sqlite_utils_sqlite_regex/version.py
106- python3 -m build bindings/sqlite-utils -w -o $(TARGET_WHEELS )
106+ python3 -m build bindings/sqlite-utils -w -o $(TARGET_WHEELS_RELEASE )
107107
108108npm : VERSION npm/platform-package.README.md.tmpl npm/platform-package.package.json.tmpl npm/sqlite-regex/package.json.tmpl scripts/npm_generate_platform_packages.sh
109109 scripts/npm_generate_platform_packages.sh
You can’t perform that action at this time.
0 commit comments