From 47456264004a58e96f1ba0065c2c3fed3bdebeac Mon Sep 17 00:00:00 2001 From: Alexey Naiden <17383+anayden@users.noreply.github.com> Date: Wed, 27 Dec 2023 00:15:16 +0400 Subject: [PATCH] Fix release --- .github/workflows/release.yml | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cb13c7..94f3a12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,8 @@ jobs: name: Release runs-on: ubuntu-latest permissions: - id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + id-token: write # required for trusted publishing to pypi + contents: write # required for tag creation steps: - name: Check out the repository uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 29cdab4..0efc416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "r2dt-client" -version = "0.1.7" +version = "0.1.8" description = "R2DT API Client" authors = [ { name = "Alexey Naiden", email = "r2dt@anaiden.ru" },