mirror of
https://github.com/mon/ifstools.git
synced 2026-08-26 12:24:00 -05:00
fixup yaml (god do I hate yaml)
This commit is contained in:
5
.github/workflows/maturin.yml
vendored
5
.github/workflows/maturin.yml
vendored
@@ -203,8 +203,9 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
- name: Install ifstools (builds the native extension via maturin)
|
||||
run: uv venv --clear
|
||||
run: uv pip install . pyinstaller==6.19.0
|
||||
run: |
|
||||
uv venv --clear
|
||||
uv pip install . pyinstaller==6.19.0
|
||||
- name: Build standalone exe
|
||||
run: uv run pyinstaller --onefile --name ifstools ifstools_bin.py
|
||||
- uses: actions/upload-artifact@v6
|
||||
|
||||
Reference in New Issue
Block a user