Skip to content

Commit

Permalink
Fixed bug in package build
Browse files Browse the repository at this point in the history
  • Loading branch information
dscripka committed Dec 30, 2022
1 parent 144a19c commit bc764ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
lfs: true
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
description="An open-source audio wake word (or phrase) detection framework with a focus on performance and simplicity",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/pypa/sampleproject",
url="https://pypi.org/project/openwakeword",
project_urls={
"Bug Tracker": "https://github.com/pypa/sampleproject/issues",
"Bug Tracker": "https://pypi.org/project/openwakeword/issues",
},
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit bc764ac

Please sign in to comment.