Skip to content

Commit

Permalink
Remove workflow_call for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Nov 12, 2024
1 parent 35e7e8f commit 8b2c13f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
release:
types:
- released
workflow_call:
workflow_dispatch:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,3 @@ 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 8b2c13f

Please sign in to comment.