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 98fe027 commit fad07b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [created]

jobs:
deploy:
runs-on: ubuntu-latest
deploy-mac:
runs-on: macos-latest
strategy:
max-parallel: 4
matrix:
Expand All @@ -19,14 +19,13 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install portaudio19-dev
brew install portaudio
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PORTAUDIO_PATH: /usr/local
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit fad07b2

Please sign in to comment.