Skip to content

Commit bf64d38

Browse files
committed
rel(23.0.0): fix deploy job [skip ci]
1 parent 1a858aa commit bf64d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
227227
deploy_pypi:
228228
docker:
229-
- image: circleci/python:3.7.4
229+
- image: cimg/python:3.9
230230
auth:
231231
username: $DOCKER_USER
232232
password: $DOCKER_PAT
@@ -239,7 +239,7 @@ jobs:
239239
command: |
240240
python3 -m venv /tmp/upload
241241
source /tmp/upload/bin/activate
242-
python3 -m pip install twine
242+
python3 -m pip install -U twine pip
243243
python3 -m twine check dist/*
244244
python3 -m twine upload dist/*
245245

0 commit comments

Comments
 (0)