Skip to content

Commit 4e73674

Browse files
authored
Update deploy.yml
1 parent 2f098af commit 4e73674

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
pull_request:
1111
branches:
1212
- master
13+
# trigger on release
14+
release:
1315

1416
jobs:
1517
build_wheels:
@@ -71,4 +73,4 @@ jobs:
7173
- uses: pypa/gh-action-pypi-publish@master
7274
with:
7375
user: __token__
74-
password: ${{ secrets.pypi_password }}
76+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)