Skip to content

Commit 0f9543d

Browse files
committed
update release action
1 parent 73a117b commit 0f9543d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ name: Publish to PyPI
22

33
on:
44
release:
5-
types:
6-
- created
5+
types: [created]
76

87
jobs:
98
publish:
109
name: Publish 📦
1110
runs-on: ubuntu-latest
1211
steps:
1312
- name: Checkout
14-
- uses: actions/checkout@v3
13+
uses: actions/checkout@v3
1514
with:
1615
fetch-depth: 0
1716

0 commit comments

Comments
 (0)