Skip to content

Commit

Permalink
Publish api wrapper prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 2, 2024
1 parent 1e204a3 commit c51fe62
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 All @@ -154,7 +154,7 @@ jobs:
# - https://docs.pypi.org/trusted-publishers/
with: # see https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#customizing-target-package-dists-directory
packages-dir: wrappers/python/dist
repository-url: https://test.pypi.org/legacy/ # FIXME: comment this out when ready to publish to pypi
# repository-url: https://test.pypi.org/legacy/ # FIXME: comment this out when ready to publish to pypi
verbose: true # can be commented out once the action is working as expected

# publish-npm-package:
Expand Down

0 comments on commit c51fe62

Please sign in to comment.