Skip to content

Commit 3b1f0b2

Browse files
Remove branch from workflow and remove build-dir
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent f265df5 commit 3b1f0b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
on:
1313
push:
14-
branches: [ main, "switch_to_scikit_build_core" ]
14+
branches: [ main ]
1515
pull_request:
1616
branches: [ main ]
1717

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ sdist.include = ["src/opentimelineio/adapters/builtin_adapters.plugin_manifest.j
7676
wheel.packages = ["src/py-opentimelineio/opentimelineio", "src/opentimelineview"]
7777
wheel.install-dir = "opentimelineio"
7878

79-
build-dir = "build"
80-
8179
[[tool.scikit-build.generate]]
8280
path = "opentimelineio/__init__.py"
8381
template-path = "src/py-opentimelineio/opentimelineio/__init__.py"

0 commit comments

Comments
 (0)