Skip to content

Commit 112f8a6

Browse files
committed
chore: update README for release builds
1 parent 2662a69 commit 112f8a6

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
echo "Cargo metadata has version set to ${CURR_VER}, but got pushed tag ${PUSHED_TAG}."
2424
exit 1
2525
fi
26-
- run: rm object-store/README.md && cp README.md object-store/README.md
2726
2827
release-pypi-mac:
2928
needs: validate-release-tag
@@ -37,6 +36,7 @@ jobs:
3736

3837
steps:
3938
- uses: actions/checkout@v3
39+
- run: rm object-store/README.md && cp README.md object-store/README.md
4040

4141
- uses: actions/setup-python@v2
4242
with:
@@ -56,6 +56,7 @@ jobs:
5656

5757
steps:
5858
- uses: actions/checkout@v3
59+
- run: rm object-store/README.md && cp README.md object-store/README.md
5960

6061
- uses: actions/setup-python@v2
6162
with:
@@ -75,6 +76,7 @@ jobs:
7576

7677
steps:
7778
- uses: actions/checkout@v3
79+
- run: rm object-store/README.md && cp README.md object-store/README.md
7880

7981
- uses: actions/setup-python@v2
8082
with:
@@ -94,6 +96,7 @@ jobs:
9496

9597
steps:
9698
- uses: actions/checkout@v3
99+
- run: rm object-store/README.md && cp README.md object-store/README.md
97100

98101
- uses: actions/setup-python@v2
99102
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.6"
3+
version = "0.0.7"
44
edition = "2021"
55
authors = ["Robert Pack <[email protected]>"]
66

object-store/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "object-store-python"
7-
version = "0.0.6"
7+
version = "0.0.7"
88
requires-python = ">=3.8"
99
readme = "README.md"
1010
keywords = ["object-store", "azure", "aws", "gcp"]

0 commit comments

Comments
 (0)