From 693aa34ca48d2c34f85a64e844f850276df12d0a Mon Sep 17 00:00:00 2001 From: "David H. Hagan" Date: Thu, 13 Jul 2023 23:02:29 -0400 Subject: [PATCH] Updated gh-actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1902e42..92933a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,12 @@ name: build & release on: release: - types: [published] + types: [published, workflow_dispatch] jobs: build-n-publish: name: Build and publish to PyPI - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout branch uses: actions/checkout@v2