File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353 - name : Upload wheels
5454 uses : actions/upload-artifact@v4
5555 with :
56- name : wheels-${{ matrix.runs-on }}
56+ name : wheels-sdist
5757 path : target/wheels
5858
5959 pack-linux :
7979 - name : Upload wheels
8080 uses : actions/upload-artifact@v4
8181 with :
82- name : wheels-${{ matrix.runs-on }}
82+ name : wheels-linux- ${{ matrix.python-version }}-${{ matrix.target }}
8383 path : target/wheels
8484
8585 pack-windows :
@@ -106,7 +106,7 @@ jobs:
106106 - name : Upload wheels
107107 uses : actions/upload-artifact@v4
108108 with :
109- name : wheels-${{ matrix.runs-on }}
109+ name : wheels-windows- ${{ matrix.python-version }}-${{ matrix.target }}
110110 path : target/wheels
111111
112112 pack-macos :
@@ -131,7 +131,7 @@ jobs:
131131 - name : Upload wheels
132132 uses : actions/upload-artifact@v4
133133 with :
134- name : wheels-${{ matrix.runs-on }}
134+ name : wheels-macos- ${{ matrix.python-version }}
135135 path : target/wheels
136136
137137 release :
Original file line number Diff line number Diff line change 11[package ]
22name = " python-daachorse"
3- version = " 0.1.10 "
3+ version = " 0.1.11 "
44edition = " 2021"
55authors = [
66 " Koichi Akabe <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments