Skip to content

Commit b372082

Browse files
committed
build(release): v0.0.5
1 parent 120bea4 commit b372082

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939

40+
- uses: actions/setup-python@v2
41+
with:
42+
python-version: "3.10"
43+
4044
- uses: messense/maturin-action@v1
4145
name: Publish to pypi (without sdist)
4246
with:
@@ -52,6 +56,10 @@ jobs:
5256
steps:
5357
- uses: actions/checkout@v3
5458

59+
- uses: actions/setup-python@v2
60+
with:
61+
python-version: "3.10"
62+
5563
- uses: messense/maturin-action@v1
5664
name: Publish to pypi (without sdist)
5765
with:
@@ -67,6 +75,10 @@ jobs:
6775
steps:
6876
- uses: actions/checkout@v3
6977

78+
- uses: actions/setup-python@v2
79+
with:
80+
python-version: "3.10"
81+
7082
- uses: messense/maturin-action@v1
7183
name: Publish to pypi (without sdist)
7284
with:
@@ -82,6 +94,10 @@ jobs:
8294
steps:
8395
- uses: actions/checkout@v3
8496

97+
- uses: actions/setup-python@v2
98+
with:
99+
python-version: "3.10"
100+
85101
- uses: messense/maturin-action@v1
86102
name: Publish manylinux to pypi x86_64 (with sdist)
87103
with:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

object-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object-store-python"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
authors = ["Robert Pack <robstar.pack@gmail.com>"]
66

0 commit comments

Comments
 (0)