Skip to content

Commit

Permalink
fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinnerud committed Mar 28, 2024
1 parent 29c6598 commit f3119dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-artifact

- name: Build Source Distribution
run: python setup.py sdist
Expand All @@ -63,5 +64,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ./dist/*.zip
name: source-dist-artifact


0 comments on commit f3119dd

Please sign in to comment.