Skip to content

Commit

Permalink
Merge pull request #157 from mwcraig/fix-maylinux
Browse files Browse the repository at this point in the history
Add rust to manylinux build
  • Loading branch information
mwcraig committed Jun 1, 2021
2 parents e28e83c + d34d500 commit 8ecc2af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Stable with rustfmt and clippy
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8ecc2af

Please sign in to comment.