We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79c8d2d + 2865f45 commit c81d624Copy full SHA for c81d624
.github/workflows/wheels.yaml
@@ -15,9 +15,9 @@
15
name: Build Wheels
16
17
on:
18
- pull_request:
+ push:
19
branches:
20
- - main
+ - scikit_build_core
21
22
env:
23
VCPKG_ROOT: ${{ github.workspace }}/vendor/vcpkg
pyproject.toml
@@ -7,9 +7,9 @@ requires = [
7
build-backend = "scikit_build_core.build"
8
9
[project]
10
-name = "pymol"
+name = "pymol-open-source-whl"
11
readme = "README.md"
12
-version = "3.1.0.3"
+version = "3.1.0.4"
13
requires-python = ">=3.10"
14
license = {file = "LICENSE"}
#description = """
0 commit comments