Skip to content

Commit 67f734e

Browse files
committed
ci(build_wheel.yml): correct names internally used
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
1 parent 1b83c13 commit 67f734e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI_wheel_datawarrior_clustersort
22

33
# name: build_wheel.yml
44
# purpose: build a .whl as an artifact without a secret/GitHub token
5-
# date: [2025-07-31 Thus]
6-
# edit:
5+
# date: [2025-07-31 Thu]
6+
# edit: [2025-08-01 Fri]
77

88
on:
99
workflow_dispatch: # launch only by the manual trigger
@@ -33,10 +33,10 @@ jobs:
3333
pip install build
3434
python -m build
3535
36-
- name: delivery within an archive `pubchem_wheel.zip`
36+
- name: package archive `datawarrior_clustersort_wheel.zip`
3737
uses: actions/upload-artifact@v4
3838
with:
39-
name: datawarrior_saturate_Murcko_scaffolds_wheel
39+
name: datawarrior_clustersort_wheel
4040
path: |
4141
dist/*.whl
4242
dist/*.tar.gz

0 commit comments

Comments
 (0)