Skip to content

Commit

Permalink
Publish binary wrapper prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 2, 2024
1 parent c51fe62 commit 23655e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ jobs:
- name: debug python paths
run: ./wrappers/python/scripts/ci/github/debug_python_paths.sh

# - name: package binaries
# working-directory: ./wrappers/python
# run: | # should take ~30s; writes wheels to wrappers/python/dist
# export PAGEFIND_PYTHON_LOG_LEVEL=DEBUG
# python -m scripts.build.all_binary_only_wheels \
# --tag "${{ github.ref_name }}" \
# --bin-dir ./vendor
- name: package binaries
working-directory: ./wrappers/python
run: | # should take ~30s; writes wheels to wrappers/python/dist
export PAGEFIND_PYTHON_LOG_LEVEL=DEBUG
python -m scripts.build.all_binary_only_wheels \
--tag "${{ github.ref_name }}" \
--bin-dir ./vendor
- name: package python api
working-directory: ./wrappers/python
run: | # writes stdist + wheel to wrappers/python/dist
Expand Down

0 comments on commit 23655e9

Please sign in to comment.