Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Feb 7, 2022
1 parent 834fc09 commit 32bf780
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,17 +282,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: build wheel
if: ${{ matrix.os }} == 'ubuntu-latest'
- name: Package for Pypi
run: |
pip install wheel
python setup.py bdist_wheel --universal
- name: build wheel
if: ${{ matrix.os }} == 'macos-latest'
run: |
pip install wheel
python setup.py bdist_wheel
- name: upload wheel
python setup.py sdist
- name: Upload to Pypi
if: github.event_name == 'release'
run: |
pip install twine
Expand Down

0 comments on commit 32bf780

Please sign in to comment.