Skip to content

Commit

Permalink
Remove branch from workflow and remove build-dir
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Nov 24, 2024
1 parent f265df5 commit 3b1f0b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

on:
push:
branches: [ main, "switch_to_scikit_build_core" ]
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ sdist.include = ["src/opentimelineio/adapters/builtin_adapters.plugin_manifest.j
wheel.packages = ["src/py-opentimelineio/opentimelineio", "src/opentimelineview"]
wheel.install-dir = "opentimelineio"

build-dir = "build"

[[tool.scikit-build.generate]]
path = "opentimelineio/__init__.py"
template-path = "src/py-opentimelineio/opentimelineio/__init__.py"
Expand Down

0 comments on commit 3b1f0b2

Please sign in to comment.