Skip to content

Commit

Permalink
add upload to PyPI 🤞
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Jan 10, 2022
1 parent 69665d9 commit 4e6049c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- checkout
- setup_remote_docker
- run: make install
- run: python setup.py sdist
- run: pip wheel -w dist .
- run: python setup.py sdist bdist_wheel
- store_artifacts:
path: dist/
destination: artifacts
# later: upload to PyPI...
- run: pip install twine
- run: twine upload dist/*

workflows:
version: 2
Expand Down

0 comments on commit 4e6049c

Please sign in to comment.