Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ commands:
- run:
name: build sdist and wheels
command: |
# https://github.com/python-poetry/poetry/issues/4210
poetry config experimental.new-installer false
poetry build

- run:
Expand Down Expand Up @@ -119,6 +121,7 @@ python-versions: &python-versions
- "3.7.9"
- "3.8.9"
- "3.9.4"
- "3.10.0"
- "latest"

workflows:
Expand Down