Skip to content

Commit

Permalink
move release.yml into workflows directory (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Aug 21, 2023
1 parent 02b0628 commit ea10f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Name: Publish to PyPI
name: Publish to PyPI

on:
release:
types: [created]
types: [created, edited]

jobs:
publish:
Expand Down

0 comments on commit ea10f35

Please sign in to comment.