Skip to content

Commit 419c982

Browse files
committed
build: Create development versions without local version identifier.
This allows upload of development versions to test.pypi.org.
1 parent d523340 commit 419c982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ include-package-data = true
6464

6565
[tool.setuptools_scm]
6666
write_to = "pytest_asyncio/_version.py"
67+
local_scheme = "no-local-version"
6768

6869
[tool.ruff]
6970
line-length = 88

0 commit comments

Comments
 (0)