Skip to content

Commit

Permalink
Fix upload ext
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Oct 6, 2021
1 parent 0fd9c24 commit fa124dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Upload sdist
uses: actions/upload-artifact@v2
with:
path: ./dist/*.whl
path: ./dist/*.tar.gz
name: artifact

- name: Upload tagged build artifact
Expand Down

0 comments on commit fa124dc

Please sign in to comment.