We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b83c13 commit 67f734eCopy full SHA for 67f734e
.github/workflows/build_wheel.yml
@@ -2,8 +2,8 @@ name: CI_wheel_datawarrior_clustersort
2
3
# name: build_wheel.yml
4
# purpose: build a .whl as an artifact without a secret/GitHub token
5
-# date: [2025-07-31 Thus]
6
-# edit:
+# date: [2025-07-31 Thu]
+# edit: [2025-08-01 Fri]
7
8
on:
9
workflow_dispatch: # launch only by the manual trigger
@@ -33,10 +33,10 @@ jobs:
33
pip install build
34
python -m build
35
36
- - name: delivery within an archive `pubchem_wheel.zip`
+ - name: package archive `datawarrior_clustersort_wheel.zip`
37
uses: actions/upload-artifact@v4
38
with:
39
- name: datawarrior_saturate_Murcko_scaffolds_wheel
+ name: datawarrior_clustersort_wheel
40
path: |
41
dist/*.whl
42
dist/*.tar.gz
0 commit comments