Skip to content

Commit

Permalink
fix release dist
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jul 24, 2023
1 parent 3db3650 commit 28a6fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: sqlite-ulid-datasette-sqlite-utils-wheels
path: dist/wheels/*.whl
path: dist/release/wheels/*.whl
upload-extensions:
name: Upload release assets
needs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ sqlite-utils: $(TARGET_WHEELS) bindings/sqlite-utils/pyproject.toml bindings/sql
python3 -m build bindings/sqlite-utils -w -o $(TARGET_WHEELS)

sqlite-utils-release: $(TARGET_WHEELS) bindings/sqlite-utils/pyproject.toml bindings/sqlite-utils/sqlite_utils_sqlite_ulid/version.py
python3 -m build bindings/sqlite-utils -w -o $(TARGET_WHEELS)
python3 -m build bindings/sqlite-utils -w -o $(TARGET_WHEELS_RELEASE)

npm: VERSION npm/platform-package.README.md.tmpl npm/platform-package.package.json.tmpl npm/sqlite-ulid/package.json.tmpl scripts/npm_generate_platform_packages.sh
scripts/npm_generate_platform_packages.sh
Expand Down

0 comments on commit 28a6fa0

Please sign in to comment.