Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault16 committed Nov 27, 2019
1 parent f6438f9 commit 98fe027
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install libasound-dev
sudo apt-get install portaudio19-dev
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
Expand All @@ -28,6 +28,5 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PORTAUDIO_PATH: /usr/local
run: |
ls $PORTAUDIO_PATH
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 98fe027

Please sign in to comment.