File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- name : Release to PyPI
1+ name : Test release on TestPyPI
22on :
33 push :
4- tags : ['v *']
4+ tags : ['test *']
55permissions :
66 contents : read
77 id-token : write
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ where = ["src"]
5454palettize = [" py.typed" ]
5555
5656[tool .setuptools_scm ]
57+ local_scheme = " no-local-version"
5758
5859[tool .pytest .ini_options ]
5960testpaths = [
@@ -63,3 +64,12 @@ python_files = "test_*.py tests_*.py *_test.py *_tests.py"
6364python_classes = " *Test* *Tests Test*"
6465python_functions = " test_* *test"
6566addopts = " --cov=src/palettize --cov-report=term-missing --cov-report=xml"
67+
68+ # [[tool.uv.index]]
69+ # name = "testpypi"
70+ # url = "https://test.pypi.org/simple/"
71+ # publish-url = "https://test.pypi.org/legacy/"
72+ # explicit = true
73+
74+ [tool .uv ]
75+ cache-keys = [{ file = " pyproject.toml" }, { git = { commit = true , tags = true } }]
You can’t perform that action at this time.
0 commit comments