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 28, 2023
1 parent 8861325 commit baf4eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pypi-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8"]
steps:
- name: Check python
working-directory: ./extensions/underthesea_core
Expand All @@ -43,7 +43,7 @@ jobs:
# add poetry to path
alias python3.8=~/anaconda3/envs/python3.8/bin/python3.8
alias python3.9=~/anaconda3/envs/python3.8/bin/python3.9
ls ~/anaconda3
ls ~/anaconda3/envs/python3.8/bin
# poetry run maturin build --release --no-sdist --strip --interpreter python
# find ./target/wheels/
# poetry run maturin publish --username __token__ --no-sdist --interpreter python
Expand Down

0 comments on commit baf4eac

Please sign in to comment.