We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a858aa commit bf64d38Copy full SHA for bf64d38
.circleci/config.yml
@@ -226,7 +226,7 @@ jobs:
226
227
deploy_pypi:
228
docker:
229
- - image: circleci/python:3.7.4
+ - image: cimg/python:3.9
230
auth:
231
username: $DOCKER_USER
232
password: $DOCKER_PAT
@@ -239,7 +239,7 @@ jobs:
239
command: |
240
python3 -m venv /tmp/upload
241
source /tmp/upload/bin/activate
242
- python3 -m pip install twine
+ python3 -m pip install -U twine pip
243
python3 -m twine check dist/*
244
python3 -m twine upload dist/*
245
0 commit comments