Skip to content

Commit

Permalink
Fix bug where the tar.gz file with the source code was not being uplo…
Browse files Browse the repository at this point in the history
…aded to PyPI (#53)
  • Loading branch information
alegonz committed Apr 6, 2021
1 parent 516ca93 commit b8f4b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
root: ./dist
paths:
- "*.whl"
- "*.tar.gz"
- store_artifacts:
path: ./dist

Expand Down

0 comments on commit b8f4b67

Please sign in to comment.