Skip to content

Commit

Permalink
Try making PyPI be a fallback source
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Jan 17, 2024
1 parent 9b35fae commit 341b65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/segmenter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [

[[tool.poetry.source]]
name = "pypi"
priority = "primary"
priority = "fallback"

[[tool.poetry.source]]
name = "piwheels"
Expand Down

0 comments on commit 341b65e

Please sign in to comment.