Skip to content

Commit

Permalink
Fix CI for release (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jul 7, 2021
1 parent 0953ab0 commit 935d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ jobs:
- TEST_TOX_ENV: "py38"
- BUILD_TOX_ENV: "build-py38"
- TEST_WHEELINSTALL_ENV: "wheelinstall"
- UPLOAD_WHEELS: "true"
<<: *ci-steps

python39:
Expand All @@ -179,6 +178,7 @@ jobs:
- TEST_TOX_ENV: "py39"
- BUILD_TOX_ENV: "build-py39"
- TEST_WHEELINSTALL_ENV: "wheelinstall"
- UPLOAD_WHEELS: "true" # upload distributions from only this job to pypi
<<: *ci-steps

python39-upgrade-dev:
Expand Down

0 comments on commit 935d983

Please sign in to comment.