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
1 parent 1326553 commit 1111bc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-pypi-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ 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
find ./target/
$PYTHON -m poetry publish --repository pypi -u __token__ -p ${{ secrets.PYPI_UNDERTHESEA_CORE_API_TOKEN }} --build
windows:
name: "Windows"
Expand Down

0 comments on commit 1111bc2

Please sign in to comment.