mirror of https://github.com/astral-sh/ruff
Misc. improvements to flake8-to-ruff
This commit is contained in:
parent
8fd713739b
commit
5aa8455258
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
maturin-version: "v0.13.0"
|
maturin-version: "v0.13.0"
|
||||||
- name: Install built wheel - universal2
|
- name: Install built wheel - universal2
|
||||||
run: |
|
run: |
|
||||||
pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall
|
pip install dist/${{ env.CRATE_NAME }}-*universal2.whl --force-reinstall
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue