Skip to content

Commit c81d624

Browse files
authored
Merge pull request #2 from urban233/scikit_build_core
Rename project to "pymol-open-source-whl" and bump version to 3.1.0.4…
2 parents 79c8d2d + 2865f45 commit c81d624

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
name: Build Wheels
1616

1717
on:
18-
pull_request:
18+
push:
1919
branches:
20-
- main
20+
- scikit_build_core
2121

2222
env:
2323
VCPKG_ROOT: ${{ github.workspace }}/vendor/vcpkg

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ requires = [
77
build-backend = "scikit_build_core.build"
88

99
[project]
10-
name = "pymol"
10+
name = "pymol-open-source-whl"
1111
readme = "README.md"
12-
version = "3.1.0.3"
12+
version = "3.1.0.4"
1313
requires-python = ">=3.10"
1414
license = {file = "LICENSE"}
1515
#description = """

0 commit comments

Comments
 (0)