Skip to content

Commit 7782a53

Browse files
authored
ci: hardcode version to get CI to pass (#15252)
## Description Hardcoding the version string to avoid the setuptools_scm confusion causing system-tests to fail on main.
1 parent 548d46a commit 7782a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ build-backend = "setuptools.build_meta"
1111
[project]
1212
name = "ddtrace"
1313
# DEV: to directly override the version specifier, comment this...
14-
dynamic = ["version"]
14+
#dynamic = ["version"]
1515
# ...and uncomment this
16-
#version = "4.0.0.dev0"
16+
version = "4.1.0dev"
1717
description = "Datadog APM client library"
1818
readme = "README.md"
1919
license = { text = "LICENSE.BSD3" }

0 commit comments

Comments
 (0)