Skip to content

Commit

Permalink
fix build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 28, 2022
1 parent a04f702 commit 867313a
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
name: Run Build Tests
on:
push:
branches:
- master
pull_request:
branches:
- dev
paths-ignore:
- 'replace_package_name/version.py'
- 'test/**'
- 'examples/**'
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'CHANGELOG.md'
- 'MANIFEST.in'
- 'readme.md'
- 'scripts/**'
workflow_dispatch:

jobs:
Expand All @@ -22,11 +38,11 @@ jobs:
sudo apt-get update
sudo apt install python3-dev swig portaudio19-dev
- name: Build Source Packages
run: |
python setup.py sdist
run: |
python setup.py sdist
- name: Build Distribution Packages
run: |
python setup.py bdist_wheel
- name: Install core repo
- name: Install package
run: |
pip install .

0 comments on commit 867313a

Please sign in to comment.