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 67fb25c commit fb20dbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-pypi-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
curl -sSL https://install.python-poetry.org | POETRY_HOME=${PWD}/poetry python -
- name: Install package deps
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
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 fb20dbb

Please sign in to comment.