File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4747 source .venv/bin/activate
4848 python -m pip install wheel setuptools # setuptools needed for Python >=3.12
4949 python -m pip install -r requirements.txt
50+ python -m pip install cx_freeze
51+ python -m pip install pyqt5
5052
5153 - name : Bootstrap vcpkg
5254 run : ${{ env.VCPKG_ROOT }}/bootstrap-vcpkg.sh -disableMetrics
6567 - name : Upload artifact
6668 uses : actions/upload-artifact@v4
6769 with :
68- name : macpymol-wheel -${{ matrix.os }}
70+ name : macOS_PyMOL-exe -${{ matrix.os }}-${{ matrix.python-version }}
6971 path : dist/*
Original file line number Diff line number Diff line change 6565 - name : Upload artifact
6666 uses : actions/upload-artifact@v4
6767 with :
68- name : macpymol -wheel-${{ matrix.os }}
68+ name : macOS_PyMOL -wheel-${{ matrix.os }}-${{ matrix.python-version }}
6969 path : dist/*.whl
You can’t perform that action at this time.
0 commit comments