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 baf4eac commit 910b1ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-pypi-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
python-version: ["3.8"]
steps:
- name: Check python
- name: Build and publish
working-directory: ./extensions/underthesea_core
env:
PYTHON: python${{ matrix.python-version }}
Expand All @@ -41,9 +41,8 @@ jobs:
ls
python --version
# 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/envs/python3.8/bin
alias python3.8="~/anaconda3/envs/python3.8/bin/python3.8"
python3.8 --version
# 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 910b1ac

Please sign in to comment.