Skip to content

Commit

Permalink
update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Jul 29, 2024
1 parent 7facda7 commit 9de3ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Build
run: pipx run build

- uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: dist/*

upload:
runs-on: ubuntu-latest
# if: github.event_name == 'release' && github.event.action == 'published'
Expand Down

0 comments on commit 9de3ba5

Please sign in to comment.