diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65b9469b..ae31d29d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,16 +9,16 @@ on: jobs: cloudproof_rust: - uses: Cosmian/reusable_workflows/.github/workflows/cloudproof.yml@develop + uses: Cosmian/reusable_workflows/.github/workflows/cloudproof.yml@fix/publish_python with: project-name: cloudproof_rust toolchain: stable kms-version: ghcr.io/cosmian/kms:4.13.0 findex-cloud-version: 0.3.1 - branch-java: feature/covercrypt_rekey - branch-js: feature/covercrypt_rekey + branch-java: develop + branch-js: develop branch-kms-js: develop - branch-flutter: feature/covercrypt_rekey - branch-python: feature/covercrypt-rekey + branch-flutter: develop + branch-python: develop exclusions: --exclude=cloudproof_findex secrets: inherit diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a964648..20f0062d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.0.1] - 2024-03-20 + +### Ci + +- Fix publishing on PyPI + ## [3.0.0] - 2024-03-12 ### Features diff --git a/crates/cloudproof/Cargo.toml b/crates/cloudproof/Cargo.toml index 45eb1231..b07ea016 100644 --- a/crates/cloudproof/Cargo.toml +++ b/crates/cloudproof/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudproof" -version = "3.0.0" +version = "3.0.1" authors = [ "Théophile Brézot", "Emmanuel Coste",