feat(ci): publish Python distributions to PyPI

This commit is contained in:
2026-08-11 19:56:57 +02:00
parent 1b5d7dbb20
commit a7987eb161
10 changed files with 223 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
{
"inputs": {
"version": "1.0.0"
"version": "1.0.0",
"publish_existing_to_pypi": false
}
}

View File

@@ -1,5 +1,6 @@
{
"inputs": {
"version": "4.1.0"
"version": "4.1.0",
"publish_existing_to_pypi": false
}
}