Skip to content

Commit 4cbc75d

Browse files
authored
Merge pull request #4 from lstein/workflow/fix-release-workflow
Workflow/fix release workflow
2 parents 9c2c7da + 4ab1a9a commit 4cbc75d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99

10+
permissions:
11+
contents: write
12+
id-token: write
13+
1014
steps:
1115
- name: Checkout code
1216
uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "photomap"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "AI-based image clustering and exploration tool"
99
authors = [
1010
{ name = "Lincoln Stein", email = "lincoln.stein@gmail.com" }

0 commit comments

Comments
 (0)