Skip to content

Commit 22fceb8

Browse files
authored
Update publish.yml
1 parent b9bce70 commit 22fceb8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Publish
22

3-
on:
4-
release:
5-
types: [published]
3+
on: [push]
64

75
jobs:
86
build-n-publish:
@@ -31,4 +29,4 @@ jobs:
3129
uses: pypa/gh-action-pypi-publish@master
3230
with:
3331
user: __token__
34-
password: ${{ secrets.pypi_password }}
32+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)