File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 45
45
- name : Upload wheels
46
46
uses : actions/upload-artifact@v4
47
47
with :
48
- name : wheels
48
+ name : wheels-linux
49
49
path : dist
50
50
overwrite : true
51
51
- name : Releasing assets
76
76
- name : Upload wheels
77
77
uses : actions/upload-artifact@v4
78
78
with :
79
- name : wheels
79
+ name : wheels-windows
80
80
path : dist
81
81
overwrite : true
82
82
- name : Releasing assets
@@ -117,7 +117,7 @@ jobs:
117
117
- name : Upload wheels
118
118
uses : actions/upload-artifact@v4
119
119
with :
120
- name : wheels
120
+ name : wheels-macos
121
121
path : dist
122
122
overwrite : true
123
123
- name : Releasing assets
@@ -140,7 +140,7 @@ jobs:
140
140
- name : Upload sdist
141
141
uses : actions/upload-artifact@v4
142
142
with :
143
- name : wheels
143
+ name : wheels-sdist
144
144
path : dist
145
145
overwrite : true
146
146
- name : Releasing assets
@@ -173,7 +173,7 @@ jobs:
173
173
- name : Upload wheels
174
174
uses : actions/upload-artifact@v4
175
175
with :
176
- name : wheels
176
+ name : wheels-musllinux
177
177
path : dist
178
178
overwrite : true
179
179
- name : Releasing assets
@@ -191,7 +191,7 @@ jobs:
191
191
steps :
192
192
- uses : actions/download-artifact@v4
193
193
with :
194
- pattern : wheel *
194
+ pattern : wheels- *
195
195
merge-multiple : true
196
196
- name : Publish to PyPI
197
197
uses : PyO3/maturin-action@v1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " psqlpy"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
edition = " 2021"
5
5
6
6
# 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