Skip to content

Commit a0311f2

Browse files
committed
Merge branch 'main' of https://github.com/dscripka/openWakeWord into main
2 parents 2204e4a + faf6e86 commit a0311f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_and_publish_to_pypi.yml

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

3-
on: push
3+
on:
4+
push:
5+
workflow_dispatch:
46

57
jobs:
68
build-n-publish:
@@ -28,4 +30,4 @@ jobs:
2830
if: startsWith(github.ref, 'refs/tags')
2931
uses: pypa/gh-action-pypi-publish@release/v1
3032
with:
31-
password: ${{ secrets.PYPI_API_TOKEN }}
33+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)