Skip to content

Commit

Permalink
Fix release type action trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Aug 1, 2024
1 parent c41f0d7 commit 4cfcb7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy-odbclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build odbclient and upload to PyPI

on:
release:
type: [published]
types: [published]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy-odbserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build odbserver and upload to PyPI

on:
release:
type: [published]
types: [published]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and upload to PyPI

on:
release:
type: [published]
types: [published]

env:
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
Expand Down

0 comments on commit 4cfcb7e

Please sign in to comment.