File tree Expand file tree Collapse file tree 3 files changed +20
-44
lines changed
Expand file tree Collapse file tree 3 files changed +20
-44
lines changed Original file line number Diff line number Diff line change 3636
3737 - name : Install Python Dependencies
3838 run : |
39- python -m pip install --upgrade pip setuptools --ignore-installed
40- pip install .
41- pip install .[develop]
39+ python -m pip install --upgrade pip setuptools uv --ignore-installed
40+ uv sync --frozen
4241
4342 - name : Build single executable
4443 run : pyinstaller FastFlix_Nix_OneFile.spec
10099
101100 - name : Install Python Dependencies
102101 run : |
103- python -m pip install --upgrade pip setuptools --ignore-installed
104- pip install .
105- pip install .[develop]
102+ python -m pip install --upgrade pip setuptools uv --ignore-installed
103+ uv sync --frozen
106104
107105 - name : Build single executable
108106 shell : cmd
Original file line number Diff line number Diff line change 2323 - name : Install Dependencies
2424 run : |
2525 python -m pip install --upgrade pip
26- pip install setuptools wheel twine build --upgrade
26+ pip install setuptools wheel twine build uv --upgrade
2727
2828
2929 - name : Build and Publish
3232 TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
3333
3434 run : |
35- pip install .
36- pip install .[develop]
35+ uv sync --frozen
3736 python -m build --wheel
3837 twine upload dist/*.whl
You can’t perform that action at this time.
0 commit comments