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 1212 runs-on : ${{ matrix.os }}
1313 strategy :
1414 matrix :
15- os : [windows-2019, ubuntu-20.04, macos-12 ]
15+ os : [windows-2019, ubuntu-20.04, macos-13 ]
1616
1717 steps :
1818 - uses : actions/checkout@v4
5454 needs : build_wheel
5555 strategy :
5656 matrix :
57- os : [windows-2019, ubuntu-20.04, macos-12 ]
57+ os : [windows-2019, ubuntu-20.04, macos-13 ]
5858
5959 steps :
6060 - uses : actions/checkout@v4
@@ -139,10 +139,10 @@ jobs:
139139 name : wheel-ubuntu-20.04
140140 path : dist
141141
142- - name : Download artifact macos-12
142+ - name : Download artifact macos-13
143143 uses : actions/download-artifact@v4
144144 with :
145- name : wheel-macos-12
145+ name : wheel-macos-13
146146 path : dist
147147
148148 - name : Publish package distributions to PyPI
Original file line number Diff line number Diff line change 11[project ]
22name = " RocketSim"
3- version = " 2.1.1.post1 "
3+ version = " 2.1.1.post2 "
44description = " This is Rocket League!"
55dependencies = [" numpy" ]
66requires-python = " >= 3.9"
You can’t perform that action at this time.
0 commit comments