Skip to content

Commit 4554791

Browse files
committed
Update workflow name and bump version for nightly builds
Renamed the GitHub workflow to "Build Nightly Wheels" for better clarity and updated the version in pyproject.toml to "3.1.0.4a1+1" to reflect a nightly build. These changes ensure proper identification of nightly artifacts and align with versioning standards.
1 parent 96b6f7d commit 4554791

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nightly_wheels.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#-*
1313
#-*
1414
#Z* -------------------------------------------------------------------
15-
name: Build Wheels
15+
name: Build Nightly Wheels
1616

1717
on:
1818
push:
@@ -84,7 +84,7 @@ jobs:
8484
- name: Upload artifact
8585
uses: actions/upload-artifact@v4
8686
with:
87-
name: PyMOL-wheel-Windows-${{ matrix.win_arch }}-3.11
87+
name: PyMOL-wheel-Windows-${{ matrix.win_arch }}-nightly
8888
path: ./wheelhouse/*.whl
8989
# --- end
9090

@@ -140,7 +140,7 @@ jobs:
140140
- name: Upload artifact
141141
uses: actions/upload-artifact@v4
142142
with:
143-
name: PyMOL-wheel-${{ matrix.os }}-3.11
143+
name: PyMOL-wheel-${{ matrix.os }}-nightly
144144
path: ./wheelhouse/*.whl
145145
# --- end
146146

@@ -195,6 +195,6 @@ jobs:
195195
- name: Upload artifact
196196
uses: actions/upload-artifact@v4
197197
with:
198-
name: PyMOL-wheel-GNU-Linux-3.11
198+
name: PyMOL-wheel-GNU-Linux-nightly
199199
path: ./wheelhouse/*.whl
200200
# --- end

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build"
99
[project]
1010
name = "pymol-open-source-whl"
1111
readme = "README.md"
12-
version = "3.1.0.4"
12+
version = "3.1.0.4a1+1"
1313
requires-python = ">=3.10"
1414
license = {file = "LICENSE"}
1515
#description = """

0 commit comments

Comments
 (0)