File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 if : ${{ inputs.release-testpypi }}
2222 strategy :
2323 matrix :
24- os : [ubuntu-latest, windows-latest, macos-13, macos- 14]
24+ os : [ubuntu-latest, windows-latest, macos-14]
2525
2626 steps :
2727 - uses : actions/checkout@v4
9393 if : ${{ inputs.release }}
9494 strategy :
9595 matrix :
96- os : [ubuntu-latest, windows-latest, macos-13, macos- 14]
96+ os : [ubuntu-latest, windows-latest, macos-14]
9797
9898 steps :
9999 - uses : actions/checkout@v4
@@ -134,7 +134,7 @@ jobs:
134134 needs : build_wheels
135135 runs-on : ubuntu-latest
136136 steps :
137- - uses : actions/download-artifact@v4.1.7
137+ - uses : actions/download-artifact@v4
138138 with :
139139 pattern : pypi-*
140140 merge-multiple : true
@@ -149,4 +149,4 @@ jobs:
149149 with :
150150 user : __token__
151151 password : ${{ secrets.PINPOINTPY }}
152- packages_dir : ./wheelhouse/
152+ packages_dir : ./wheelhouse/
You can’t perform that action at this time.
0 commit comments