We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57be2c5 commit 4b84009Copy full SHA for 4b84009
1 file changed
template/pixi.toml.jinja
@@ -28,7 +28,7 @@ test-coverage = "pytest --cov={{ project_slug_snake_case }} --cov-report=xml --c
28
python = "*"
29
hatchling = "*"
30
python-build = "*"
31
-twine = "*"
+twine = ">=6"
32
[feature.build.tasks]
33
build-wheel = "python -m build --no-isolation ."
34
check-wheel = "twine check dist/*"
0 commit comments