File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1414# Z* -------------------------------------------------------------------
1515name : Build app packages
1616
17- on : [push]
17+ on :
18+ push :
19+ branches :
20+ - master
21+ - main
1822
1923jobs :
2024 # ----- Windows build section
8387 strategy :
8488 fail-fast : false
8589 matrix :
86- os : [ macos-13, macos-14 ]
90+ # macos-13 is unsupported due to a bug in the `create-dmg` action
91+ os : [ macos-14 ]
8792 runs-on : ${{ matrix.os }}
8893 steps :
8994 - name : Checkout repository
Original file line number Diff line number Diff line change 2525 "copy" ,
2626 "encodings" ,
2727 "PyQt5.uic" ,
28+ "pymol.vfont" ,
2829 "pymol.povray" ,
2930 "pymol.parser" ,
3031 "uuid"
Original file line number Diff line number Diff line change 2525 "copy" ,
2626 "encodings" ,
2727 "PyQt5.uic" ,
28+ "pymol.vfont" ,
2829 "pymol.povray" ,
2930 "pymol.parser" ,
3031 "uuid"
Original file line number Diff line number Diff line change 2424 "copy" ,
2525 "encodings" ,
2626 "PyQt5.uic" ,
27+ "pymol.vfont" ,
2728 "pymol.povray" ,
2829 "pymol.parser" ,
2930 "uuid"
Original file line number Diff line number Diff line change 22name = " pymol"
33readme = " README.md"
44requires-python = " >=3.11"
5- version = " 3.1.0.4"
5+ version = " 3.1.0.4+1 "
66license = {file = " LICENSE" }
77# description = """
88# PyMOL is a Python-enhanced molecular graphics tool.
You can’t perform that action at this time.
0 commit comments