From bd157266276226e97f6b64708ba6327b553824b9 Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Thu, 23 May 2024 16:22:53 +0200 Subject: [PATCH] Version 0.9.1 --- .github/workflows/build.yaml | 13 ++++++------- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5ce9efb6..ab0d7102 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -252,12 +252,6 @@ jobs: - uses: actions/download-artifact@v3 with: name: wheels - - name: Create GitHub release - uses: ncipollo/release-action@v1 - with: - body: "See [CHANGELOG](https://github.com/spirali/nelsie/blob/main/CHANGELOG.md)." - prerelease: true - artifacts: "*.whl" - name: Publish to PyPI uses: PyO3/maturin-action@v1 env: @@ -265,4 +259,9 @@ jobs: with: command: upload args: --non-interactive --skip-existing * - + - name: Create GitHub release + uses: ncipollo/release-action@v1 + with: + body: "See [CHANGELOG](https://github.com/spirali/nelsie/blob/main/CHANGELOG.md)." + prerelease: false + artifacts: "*.whl" diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a73db6..36358a6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 0.9 +# 0.9.1 + +* No actual changes, created to fix incomplete deployment to PyPI + +# 0.9.0 ## New features diff --git a/Cargo.lock b/Cargo.lock index 5077e449..3a295226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,7 +691,7 @@ dependencies = [ [[package]] name = "nelsie" -version = "0.9.0" +version = "0.9.1" dependencies = [ "base64 0.21.7", "by_address", diff --git a/Cargo.toml b/Cargo.toml index 9c5d8685..9c0c5368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nelsie" -version = "0.9.0" +version = "0.9.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html