Misc. improvements to flake8-to-ruff

This commit is contained in:
Charlie Marsh 2022-10-31 18:38:47 -04:00
parent 8fd713739b
commit 5aa8455258
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
maturin-version: "v0.13.0"
- name: Install built wheel - universal2
run: |
pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall
pip install dist/${{ env.CRATE_NAME }}-*universal2.whl --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v2
with: