Skip to content

Commit b99dc4a

Browse files
committed
Added automated publishing to testpypi
1 parent 24ea975 commit b99dc4a

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
release:
1616
needs: call_run_ci
1717
runs-on: ubuntu-24.04
18-
# permissions:
19-
# id-token: write
20-
# environment:
21-
# name: testpypi
22-
# url: https://test.pypi.org/p/cite-runner
18+
permissions:
19+
id-token: write
20+
environment:
21+
name: testpypi
22+
url: https://test.pypi.org/p/cite-runner
2323
steps:
2424
- name: "Grab code"
2525
uses: actions/checkout@v4.2.2
@@ -39,8 +39,8 @@ jobs:
3939
generate_release_notes: true
4040
body_path: CHANGELOG.md
4141
append_body: true
42-
# - name: "Publish to testpypi"
43-
# uses: pypa/gh-action-pypi-publish@v1.12.4
44-
# with:
45-
# attestations: "true"
46-
# repository-url: "https://test.pypi.org/legacy/"
42+
- name: "Publish to testpypi"
43+
uses: pypa/gh-action-pypi-publish@v1.12.4
44+
with:
45+
attestations: "true"
46+
repository-url: "https://test.pypi.org/legacy/"

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.2] - 2025-04-21
12+
13+
### Added
14+
15+
- Added automated publishing to testpypi
16+
17+
1118
## [v0.1.1] - 2025-04-21
1219

1320
### Fixed
@@ -22,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2229
- First release
2330

2431

25-
[unreleased]: https://github.com/OSGeo/cite-runner/compare/v0.1.1...HEAD
32+
[unreleased]: https://github.com/OSGeo/cite-runner/compare/v0.1.2...HEAD
33+
[v0.1.2]: https://github.com/OSGeo/cite-runner/releases/tag/v0.1.2
2634
[v0.1.1]: https://github.com/OSGeo/cite-runner/releases/tag/v0.1.1
2735
[v0.1.0]: https://github.com/OSGeo/cite-runner/releases/tag/v0.1.0

0 commit comments

Comments
 (0)