Skip to content

Commit

Permalink
chore: update README for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Jan 2, 2023
1 parent 2662a69 commit 112f8a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
echo "Cargo metadata has version set to ${CURR_VER}, but got pushed tag ${PUSHED_TAG}."
exit 1
fi
- run: rm object-store/README.md && cp README.md object-store/README.md
release-pypi-mac:
needs: validate-release-tag
Expand All @@ -37,6 +36,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: rm object-store/README.md && cp README.md object-store/README.md

- uses: actions/setup-python@v2
with:
Expand All @@ -56,6 +56,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: rm object-store/README.md && cp README.md object-store/README.md

- uses: actions/setup-python@v2
with:
Expand All @@ -75,6 +76,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: rm object-store/README.md && cp README.md object-store/README.md

- uses: actions/setup-python@v2
with:
Expand All @@ -94,6 +96,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: rm object-store/README.md && cp README.md object-store/README.md

- uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion object-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object-store-python"
version = "0.0.6"
version = "0.0.7"
edition = "2021"
authors = ["Robert Pack <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion object-store/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "object-store-python"
version = "0.0.6"
version = "0.0.7"
requires-python = ">=3.8"
readme = "README.md"
keywords = ["object-store", "azure", "aws", "gcp"]
Expand Down

0 comments on commit 112f8a6

Please sign in to comment.