Skip to content

Commit 1128f56

Browse files
authored
Update workflow_dispatch to release workflow (#221)
* Update release.yaml * Update release_notes.rst
1 parent 794700a commit 1128f56

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
name: Release
12
on:
23
release:
34
types: [published]
4-
5-
name: Release
5+
workflow_dispatch:
66
jobs:
77
pypi:
88
name: PyPI Release

release_notes.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22
Changelog
33
=========
44

5-
.. Future Release
6-
==============
5+
Future Release
6+
==============
77
* Enhancements
88
* Fixes
99
* Changes
10+
* Update workflow_dispatch to release workflow (:pr:`221`)
1011
* Documentation Changes
1112
* Testing Changes
1213

13-
.. Thanks to the following people for contributing to this release:
14-
14+
Thanks to the following people for contributing to this release:
15+
:user:`gsheni`
16+
1517
v2.9.0 Oct 24, 2022
1618
===================
1719
* Fixes

0 commit comments

Comments
 (0)