Skip to content

Commit

Permalink
Updated CI cfg (#352)
Browse files Browse the repository at this point in the history
* Updated CI cfg
  • Loading branch information
pkittenis authored Jul 31, 2022
1 parent ebfd5f0 commit a0787bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- run:
name: Deps
command: |
sudo apt-get update
sudo apt-get install python3-pip
pip install -U pip
pip install -U twine
Expand All @@ -86,7 +87,7 @@ jobs:
twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASSWORD dist/*
workflows:
version: 2.1
version: 2
main:
jobs:
- python_test:
Expand Down

0 comments on commit a0787bd

Please sign in to comment.