Skip to content

Commit 16a20aa

Browse files
authored
MAINT: Prep for v1.10.0 (#667)
1 parent e5c0a2b commit 16a20aa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot[bot]
5+
- pre-commit-ci[bot]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pypi-publish:
3333
needs: sdist_wheel
3434
name: upload release to PyPI
35-
if: github.repository_owner == 'numpy' && startsWith(github.ref, 'refs/tags/v') && github.actor == 'jarrodmillman' && always()
35+
if: github.repository_owner == 'numpy' && startsWith(github.ref, 'refs/tags/v')
3636
runs-on: ubuntu-latest
3737
# Specifying a GitHub environment is optional, but strongly encouraged
3838
environment: release

numpydoc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.10.0rc0.dev0"
1+
__version__ = "1.10.0"

0 commit comments

Comments
 (0)