File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4545 - name : Upload wheels
4646 uses : actions/upload-artifact@v4
4747 with :
48- name : wheels
48+ name : wheels-linux
4949 path : dist
5050 overwrite : true
5151 - name : Releasing assets
7676 - name : Upload wheels
7777 uses : actions/upload-artifact@v4
7878 with :
79- name : wheels
79+ name : wheels-windows
8080 path : dist
8181 overwrite : true
8282 - name : Releasing assets
@@ -117,7 +117,7 @@ jobs:
117117 - name : Upload wheels
118118 uses : actions/upload-artifact@v4
119119 with :
120- name : wheels
120+ name : wheels-macos
121121 path : dist
122122 overwrite : true
123123 - name : Releasing assets
@@ -140,7 +140,7 @@ jobs:
140140 - name : Upload sdist
141141 uses : actions/upload-artifact@v4
142142 with :
143- name : wheels
143+ name : wheels-sdist
144144 path : dist
145145 overwrite : true
146146 - name : Releasing assets
@@ -173,7 +173,7 @@ jobs:
173173 - name : Upload wheels
174174 uses : actions/upload-artifact@v4
175175 with :
176- name : wheels
176+ name : wheels-musllinux
177177 path : dist
178178 overwrite : true
179179 - name : Releasing assets
@@ -191,7 +191,7 @@ jobs:
191191 steps :
192192 - uses : actions/download-artifact@v4
193193 with :
194- pattern : wheel *
194+ pattern : wheels- *
195195 merge-multiple : true
196196 - name : Publish to PyPI
197197 uses : PyO3/maturin-action@v1
Original file line number Diff line number Diff line change 11[package ]
22name = " psqlpy"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments