Skip to content

Commit

Permalink
ci: fix release syntax (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd authored Nov 2, 2023
1 parent eb51c60 commit 5b93383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: upload release to PyPI
on:
release:
- published
types:
- published

jobs:
pypi-publish:
Expand Down

0 comments on commit 5b93383

Please sign in to comment.