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 aca222c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 All @@ -32,7 +37,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: sacroml*
pattern: build-*
path: dist
merge-multiple: true

Expand Down

0 comments on commit aca222c

Please sign in to comment.