diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 812af47f..e828dd29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,10 @@ jobs: release: runs-on: ubuntu-latest + permissions: + contents: write + id-token: write + steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 664a2a6c..0725b2f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "photomap" -version = "0.4.1" +version = "0.4.2" description = "AI-based image clustering and exploration tool" authors = [ { name = "Lincoln Stein", email = "lincoln.stein@gmail.com" }