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 794700a commit 1128f56Copy full SHA for 1128f56
.github/workflows/release.yaml
@@ -1,8 +1,8 @@
1
+name: Release
2
on:
3
release:
4
types: [published]
-
5
-name: Release
+ workflow_dispatch:
6
jobs:
7
pypi:
8
name: PyPI Release
release_notes.rst
@@ -2,16 +2,18 @@
Changelog
=========
-.. Future Release
- ==============
+Future Release
+==============
* Enhancements
* Fixes
9
* Changes
10
+ * Update workflow_dispatch to release workflow (:pr:`221`)
11
* Documentation Changes
12
* Testing Changes
13
-.. Thanks to the following people for contributing to this release:
14
+ Thanks to the following people for contributing to this release:
15
+ :user:`gsheni`
16
+
17
v2.9.0 Oct 24, 2022
18
===================
19
0 commit comments