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 fb20dbb commit 27c09c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-pypi-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
working-directory: ./extensions/underthesea_core
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_UNDERTHESEA_CORE_API_TOKEN }}
run:
run: |
# add poetry to path
export PATH="${PWD}/poetry/bin:${PATH}"
poetry install
poetry run maturin build --release --no-sdist --strip --interpreter python
find ./target/wheels/
poetry run maturin publish --username __token__ --no-sdist --interpreter python

0 comments on commit 27c09c8

Please sign in to comment.