We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c0a2b commit 16a20aaCopy full SHA for 16a20aa
.github/release.yaml
@@ -0,0 +1,5 @@
1
+changelog:
2
+ exclude:
3
+ authors:
4
+ - dependabot[bot]
5
+ - pre-commit-ci[bot]
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
pypi-publish:
33
needs: sdist_wheel
34
name: upload release to PyPI
35
- if: github.repository_owner == 'numpy' && startsWith(github.ref, 'refs/tags/v') && github.actor == 'jarrodmillman' && always()
+ if: github.repository_owner == 'numpy' && startsWith(github.ref, 'refs/tags/v')
36
runs-on: ubuntu-latest
37
# Specifying a GitHub environment is optional, but strongly encouraged
38
environment: release
numpydoc/_version.py
@@ -1 +1 @@
-__version__ = "1.10.0rc0.dev0"
+__version__ = "1.10.0"
0 commit comments