diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 2f7a1003..3c3bcb7e 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -8,6 +8,10 @@ on: paths: - "grss/version.txt" +permissions: + id-token: write + contents: read + jobs: build-and-upload: runs-on: ubuntu-latest diff --git a/grss/version.txt b/grss/version.txt index 10bf840e..f93ea0ca 100644 --- a/grss/version.txt +++ b/grss/version.txt @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.0.2 \ No newline at end of file