Skip to content

Commit

Permalink
Update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Nov 12, 2024
1 parent a2550df commit 44447a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
types:
- released
workflow_call:
workflow_dispatch:

jobs:
pypi-publish:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "v$version" --title "$version" --notes-from-tag --verify-tag
- name: Publish to PyPI
uses: ./.github/workflows/publish.yml

0 comments on commit 44447a8

Please sign in to comment.