Skip to content

Commit a6ae0f3

Browse files
committed
chore: prevent accidental publish of otel package
1 parent dbd16e6 commit a6ae0f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/aws-durable-execution-sdk-python-otel/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ packages = ["src/aws_durable_execution_sdk_python_otel"]
3838
[tool.hatch.version]
3939
path = "src/aws_durable_execution_sdk_python_otel/__about__.py"
4040

41+
[tool.hatch.publish.index]
42+
disable = true
43+
4144
[tool.coverage.run]
4245
source_pkgs = ["aws_durable_execution_sdk_python_otel"]
4346
branch = true

0 commit comments

Comments
 (0)