Skip to content

Commit

Permalink
rel(23.0.0): fix deploy job [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jun 13, 2023
1 parent 1a858aa commit bf64d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
deploy_pypi:
docker:
- image: circleci/python:3.7.4
- image: cimg/python:3.9
auth:
username: $DOCKER_USER
password: $DOCKER_PAT
Expand All @@ -239,7 +239,7 @@ jobs:
command: |
python3 -m venv /tmp/upload
source /tmp/upload/bin/activate
python3 -m pip install twine
python3 -m pip install -U twine pip
python3 -m twine check dist/*
python3 -m twine upload dist/*
Expand Down

0 comments on commit bf64d38

Please sign in to comment.