Skip to content

Commit 760bd63

Browse files
authored
Release notes for 1.7.3 (#302)
* Fix headings in Changelog * Add release notes for 1.7.3 * Only attempt to publish releases on release events
1 parent 9bb3fc7 commit 760bd63

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
publish:
5555
name: >-
5656
Publish Python 🐍 distribution 📦 to PyPI
57-
if: github.repository_owner == 'pyopensci'
57+
if: github.repository_owner == 'pyopensci' && github.event_name == 'release'
5858
needs:
5959
- build
6060
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
66

77
## [Unreleased]
88

9+
## [v1.7.3] - 2025-08-07
10+
11+
* Fix: gracefully fail when collecting repository metrics outside of GitHub (@banesullivan, #300)
12+
13+
### Contributors to this release ✨
14+
15+
@banesullivan
16+
917
## [v1.7.2] - 2025-05-20
1018

1119
* Fix: support multiple editors and EiCs (@banesullivan, #290)
1220
* Fix: bug in contributor collection, incorrect repo names (@lwasser, #296)
1321

14-
## Contributors to this release ✨
22+
### Contributors to this release ✨
23+
1524
@banesullivan, @lwasser
1625

1726
## [v1.7.1] - 2025-05-20
@@ -38,13 +47,13 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
3847
* Only use pre-commit ci autofix on automated PRs (@banesullivan, #275)
3948
* enh(docs): update pyosmeta release workflow docs (@lwasser, #278)
4049

41-
## Thank you!! New Contributors to this release ✨
50+
### Thank you!! New Contributors to this release ✨
4251

4352
@klmcadams, @mrgah
4453

4554
## [v1.6] - 2025-02-17
4655

47-
## What's Changed
56+
### What's Changed
4857

4958
* [hotfix] handle packages that lack a description on GitHub by @banesullivan in <https://github.com/pyOpenSci/pyosMeta/pull/257>
5059
* In CONTRIBUTING.md, add more specifics on configuring API token #194 by @hariprakash619 in <https://github.com/pyOpenSci/pyosMeta/pull/255>
@@ -55,7 +64,7 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
5564
* Update contributor and review data by @github-actions in <https://github.com/pyOpenSci/pyosMeta/pull/253>
5665
* Update contributor and review data by @github-actions in <https://github.com/pyOpenSci/pyosMeta/pull/262>
5766

58-
## New Contributors
67+
### New Contributors
5968

6069
* @hariprakash619 made their first contribution in <https://github.com/pyOpenSci/pyosMeta/pull/255>
6170

@@ -136,13 +145,13 @@ makes our CI more robust thanks to (@blink1073)
136145

137146
This is a small patch that fixes a bug in the code discovered by @pllim and adds ruff thanks to @blink1073
138147

139-
## What's Changed
148+
### What's Changed
140149

141150
* Adopt ruff by @blink1073 in <https://github.com/pyOpenSci/pyosMeta/pull/164>
142151
* Fix undeclared fix_indent by @pllim in <https://github.com/pyOpenSci/pyosMeta/pull/166>
143152
* Test cli on pull requests by @blink1073 in <https://github.com/pyOpenSci/pyosMeta/pull/170>
144153

145-
## New Contributors
154+
### New Contributors
146155

147156
* @pllim made their first contribution in <https://github.com/pyOpenSci/pyosMeta/pull/166>
148157

0 commit comments

Comments
 (0)