diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aef3043..15a088a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,6 +97,7 @@ jobs: - build-sdist permissions: id-token: write + contents: write if: github.event_name == 'release' steps: diff --git a/pyproject.toml b/pyproject.toml index 360af42..4aa3e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vibrio" -version = "0.1.7" +version = "0.1.8" readme = "README.md" requires-python = ">=3.9" license = { file = "LICENSE" }