We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedd658 commit d27caf6Copy full SHA for d27caf6
.github/workflows/release.yaml
@@ -17,6 +17,7 @@ jobs:
17
runs-on: ubuntu-24.04
18
permissions:
19
id-token: write
20
+ contents: write
21
environment:
22
name: testpypi
23
url: https://test.pypi.org/p/cite-runner
CHANGELOG.md
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## [Unreleased]
9
10
11
+## [v0.1.3] - 2025-04-22
12
+
13
+### Fixed
14
15
+- Fixed automated publishing to testpypi
16
## [v0.1.2] - 2025-04-21
### Added
0 commit comments