Skip to content

Commit

Permalink
ci: build poetry package
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendev committed Nov 15, 2023
1 parent bd0781f commit 0825408
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
run: |
source .venv/bin/activate
pytest .
- name: Build package
working-directory: ./src/python
run: |
source .venv/bin/activate
poetry build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 0825408

Please sign in to comment.