Skip to content

Commit

Permalink
Test Self Hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Jun 18, 2023
1 parent ebc5b1d commit 242efb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-pypi-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ jobs:
run: |
# add poetry to path
export PATH="${PWD}/poetry/bin:${PATH}"
poetry install
poetry install
- name: Build Python package
working-directory: ./extensions/underthesea_core
run: |
poetry run maturin build --release --no-sdist --strip
find ./target/wheels/

0 comments on commit 242efb4

Please sign in to comment.