From 1128f56ff9b947cd5983691f86a2bc091cccdb8b Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Mon, 24 Oct 2022 16:47:08 -0400 Subject: [PATCH] Update workflow_dispatch to release workflow (#221) * Update release.yaml * Update release_notes.rst --- .github/workflows/release.yaml | 4 ++-- release_notes.rst | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e1889fce..a2da2f34 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,8 @@ +name: Release on: release: types: [published] - -name: Release + workflow_dispatch: jobs: pypi: name: PyPI Release diff --git a/release_notes.rst b/release_notes.rst index bb1f1db1..2d146863 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -2,16 +2,18 @@ Changelog ========= -.. Future Release - ============== +Future Release +============== * Enhancements * Fixes * Changes + * Update workflow_dispatch to release workflow (:pr:`221`) * Documentation Changes * Testing Changes -.. Thanks to the following people for contributing to this release: - + Thanks to the following people for contributing to this release: + :user:`gsheni` + v2.9.0 Oct 24, 2022 =================== * Fixes