Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ecc2af

Browse files
authoredJun 1, 2021
Merge pull request #157 from mwcraig/fix-maylinux
Add rust to manylinux build
2 parents e28e83c + d34d500 commit 8ecc2af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/upload_pypi.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
uses: actions/setup-python@v1
4646
with:
4747
python-version: 3.8
48+
- name: Stable with rustfmt and clippy
49+
uses: actions-rs/toolchain@v1
50+
with:
51+
profile: default
52+
toolchain: stable
4853
- name: Install dependencies
4954
run: |
5055
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)
Please sign in to comment.