We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent 2f8c549 commit 6caa68eCopy full SHA for 6caa68e
packages/overture-schema/src/overture/schema/__init__.py
@@ -1,7 +1,5 @@
1
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
2
3
-# TEMP COMMENT - DO NOT MERGE THE COMMIT WITH THIS CHANGE IN IT!
4
-
5
from collections.abc import Generator
6
from functools import reduce
7
from operator import or_
pyproject.toml
@@ -1,5 +1,7 @@
# uv workspace configuration
+# TEMP change to trigger Python package version check workflow
+
[project]
license = "MIT"
name = "overture-schema-workspace"
0 commit comments