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 977f18d commit 898c5ec
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release-pypi-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ jobs:
PYTHON: /Users/anhv/anaconda3/envs/python${{ matrix.python-version }}/bin/python${{ matrix.python-version }}
MATURIN_PASSWORD: ${{ secrets.PYPI_UNDERTHESEA_CORE_API_TOKEN }}
run: |
ls
python --version
$PYTHON --version
# poetry run maturin build --release --no-sdist --strip --interpreter python
# find ./target/wheels/
# poetry run maturin publish --username __token__ --no-sdist --interpreter python
# ls
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 898c5ec

Please sign in to comment.