Skip to content

Commit

Permalink
publish package on release
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Oct 29, 2024
1 parent ee5ddea commit b7c28ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
poetry self add "poetry-dynamic-versioning[plugin]"
- name: Install the package
run: |
poetry install --with dev
- name: Build wheels
run: |
poetry run maturin build --release
- name: Build a binary wheel and a source tarball
run: >-
poetry build
Expand Down

0 comments on commit b7c28ed

Please sign in to comment.