Skip to content

Commit

Permalink
Publish Underthesea Core
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Aug 19, 2023
2 parents 1111bc2 + e10ff5e commit 3867b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-pypi-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
MATURIN_PASSWORD: ${{ secrets.PYPI_UNDERTHESEA_CORE_API_TOKEN }}
run: |
$PYTHON -m poetry run maturin build --release --no-sdist --strip --interpreter python${{ matrix.python-version }}
$PYTHON -m poetry build --format sdist
find ./target/wheels/
$PYTHON -m poetry run maturin publish --username __token__ --no-sdist --interpreter python${{ matrix.python-version }}
$PYTHON -m poetry build --format sdist
Expand Down

0 comments on commit 3867b39

Please sign in to comment.