Skip to content

Commit fb97524

Browse files
authored
We’re ready for production, baby! (#57)
1 parent a57b74c commit fb97524

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ jobs:
137137
with:
138138
packages-dir: dist/
139139
verbose: true
140-
repository-url: https://test.pypi.org/legacy/
141140
- uses: ncipollo/release-action@v1
142141
with:
143142
name: ${{ needs.version.outputs.version }}

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zarrs-python"
3-
version = "0.1.1"
3+
version = "0.1.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)