Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed May 29, 2023
1 parent 31300a1 commit a38f5b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-app.yml
Expand Up @@ -67,9 +67,14 @@ jobs:
working-directory: src/mixin
run: |
go build -o libmixin.a -buildmode=c-archive
- name: Build mixin-python macosx
if: ${{ matrix.os == 'macos-12' }}
run: |
python setup.py bdist_wheel --plat-name macosx-10.15-x86_64
- name: Build mixin-python
if: ${{ matrix.os != 'macos-12' }}
run: |
python setup.py sdist bdist_wheel
python setup.py bdist_wheel
- name: get whl file
id: whlfile
shell: bash
Expand Down

0 comments on commit a38f5b4

Please sign in to comment.