Skip to content

Commit

Permalink
Updated gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Jul 14, 2023
1 parent a73d1cb commit 693aa34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 693aa34

Please sign in to comment.