File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Package — Build & Upload (Solution)
1+ name : Package — Build & Upload using Matrix
22
33on :
44 workflow_dispatch :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
2222 run : |
23- python -m pip install --upgrade pip
23+ python${{ matrix.python-version }} -m pip install --upgrade pip
2424 pip install -r requirements.txt
2525 pip install pyinstaller
2626 - name : Build with PyInstaller
3030 uses : actions/upload-artifact@v4
3131 with :
3232 name : hello-${{ matrix.os }}-${{ matrix.python-version }}
33- path : dist/hello-${{ matrix.os }}-${{ matrix.python-version }}
33+ path : dist/hello-${{ matrix.os }}-${{ matrix.python-version }}*
Original file line number Diff line number Diff line change 2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
2222 run : |
23- python -m pip install --upgrade pip
23+ python${{ matrix.python-version }} -m pip install --upgrade pip
2424 pip install -r requirements.txt
2525 pip install pyinstaller
2626 - name : Build with PyInstaller
3030 uses : actions/upload-artifact@v4
3131 with :
3232 name : hello-${{ matrix.os }}-${{ matrix.python-version }}
33- path : dist/hello-${{ matrix.os }}-${{ matrix.python-version }}
33+ path : dist/hello-${{ matrix.os }}-${{ matrix.python-version }}*
You can’t perform that action at this time.
0 commit comments