Skip to content

Commit 35e27d2

Browse files
committed
fix path
1 parent 2173cfd commit 35e27d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

105105
sqlite-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

108108
npm: 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

0 commit comments

Comments
 (0)