Skip to content

Commit d27caf6

Browse files
committed
Fixed release workflow permissions
1 parent dedd658 commit d27caf6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
permissions:
1919
id-token: write
20+
contents: write
2021
environment:
2122
name: testpypi
2223
url: https://test.pypi.org/p/cite-runner

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [v0.1.3] - 2025-04-22
12+
13+
### Fixed
14+
15+
- Fixed automated publishing to testpypi
16+
17+
1118
## [v0.1.2] - 2025-04-21
1219

1320
### Added

0 commit comments

Comments
 (0)