From 3e51b4976d0c36bc3b25a7f791cb842c6c2ab91d Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 25 Aug 2024 17:29:28 +0200 Subject: [PATCH] Bump the version to 0.1.2. --- .github/workflows/CI.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c5427ac..0d6db60 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -119,14 +119,14 @@ jobs: runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" needs: [linux, windows, macos, sdist] + permissions: + id-token: write steps: - uses: actions/download-artifact@v3 with: name: wheels - name: Publish to PyPI uses: PyO3/maturin-action@v1 - env: - MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: command: upload args: --non-interactive --skip-existing * diff --git a/Cargo.toml b/Cargo.toml index 6879a23..1ad99e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sphn" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT/Apache-2.0" description = "pyo3 wrappers to read/write audio files"