Skip to content

Commit

Permalink
actually build artifacts during release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed May 31, 2024
1 parent 0fb8317 commit 233f95c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flit wheel twine
git clean -xdf
git restore -SW .
flit build
python -m twine check dist/*
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 233f95c

Please sign in to comment.