Skip to content

Commit a0787bd

Browse files
authoredJul 31, 2022
Updated CI cfg (#352)
* Updated CI cfg
1 parent ebfd5f0 commit a0787bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- run:
6969
name: Deps
7070
command: |
71+
sudo apt-get update
7172
sudo apt-get install python3-pip
7273
pip install -U pip
7374
pip install -U twine
@@ -86,7 +87,7 @@ jobs:
8687
twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASSWORD dist/*
8788
8889
workflows:
89-
version: 2.1
90+
version: 2
9091
main:
9192
jobs:
9293
- python_test:

0 commit comments

Comments
 (0)
Failed to load comments.