Skip to content

Commit

Permalink
Merge pull request #58 from dandi/release-tags-2
Browse files Browse the repository at this point in the history
Fix contents permission for publish workflow
  • Loading branch information
jjnesbitt authored Jul 22, 2024
2 parents 6480862 + 584ad80 commit 3608488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- closed

permissions:
contents: read
contents: write

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zarr-checksum"
version = "0.4.1"
version = "0.4.2"
description = "Checksum support for zarrs stored in various backends"
readme="README.md"
homepage="https://github.com/dandi/zarr_checksum"
Expand Down

0 comments on commit 3608488

Please sign in to comment.