We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f265df5 commit 3b1f0b2Copy full SHA for 3b1f0b2
.github/workflows/python-package.yml
@@ -11,7 +11,7 @@ env:
11
12
on:
13
push:
14
- branches: [ main, "switch_to_scikit_build_core" ]
+ branches: [ main ]
15
pull_request:
16
branches: [ main ]
17
pyproject.toml
@@ -76,8 +76,6 @@ sdist.include = ["src/opentimelineio/adapters/builtin_adapters.plugin_manifest.j
76
wheel.packages = ["src/py-opentimelineio/opentimelineio", "src/opentimelineview"]
77
wheel.install-dir = "opentimelineio"
78
79
-build-dir = "build"
80
-
81
[[tool.scikit-build.generate]]
82
path = "opentimelineio/__init__.py"
83
template-path = "src/py-opentimelineio/opentimelineio/__init__.py"
0 commit comments