Skip to content

Commit

Permalink
CircleCI: fix pip wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Jan 10, 2022
1 parent c3316df commit bdb7403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- setup_remote_docker
- run: make install
- run: python setup.py sdist
- run: pip wheel -W dist .
- run: pip wheel -w dist .
- store_artifacts:
path: dist/
destination: artifacts
Expand Down

0 comments on commit bdb7403

Please sign in to comment.