Skip to content

Commit

Permalink
chore: use poetry directly to build sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jul 30, 2024
1 parent fb6319b commit c462d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Build sdist
run: |
pipx install cython
pipx run build --sdist
pip install poetry
poetry build -f sdist
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c462d88

Please sign in to comment.