Skip to content

Commit

Permalink
Fix package building action
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Heitzmann Gabrielli <heitzmann@gmail.com>
  • Loading branch information
heitzmann committed Apr 17, 2024
1 parent 777eadd commit 7ca503e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install python dependencies
run: pip install build
- name: Build sdist
run: python -m build -s
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7ca503e

Please sign in to comment.