mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Few edits & typos
This commit is contained in:
parent
5e5f5168af
commit
525d71dbe7
2 changed files with 7 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
name: Publish Python 🐍 distributions 📦 to PyPI
|
||||
name: Publish Python distributions to PyPI
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build-n-publish:
|
||||
name: Build and publish Python 🐍 distributions 📦 to PyPI
|
||||
name: Build and publish Python distributions to PyPI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: >-
|
||||
python -m
|
||||
build
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
- name: Publish distribution to PyPI
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue