Skip to content

Commit

Permalink
use pip wheel cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Nov 26, 2023
1 parent 11065d6 commit eec64bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
pip install wheel
pip install mypy
python setup.py bdist_wheel
pip wheel . -w dist
- name: Upload wheel
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit eec64bc

Please sign in to comment.