Skip to content

Commit 2bcfc0c

Browse files
committed
Bumped version to 0.9.1
Signed-off-by: chandr-andr (Kiselev Aleksandr) <[email protected]>
1 parent 69156e8 commit 2bcfc0c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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
@@ -76,7 +76,7 @@ jobs:
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

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psqlpy"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)