File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 os : [ubuntu-latest, macos-latest, windows-latest]
2424
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727
28- - uses : actions/setup-python@v4
28+ - uses : actions/setup-python@v5
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616
2929 publish :
3030 needs : [build]
3131 runs-on : ubuntu-latest
32- # if: github.event_name == 'release' && github.event.action == 'published'
32+ if : github.event_name == 'release' && github.event.action == 'published'
3333
3434 steps :
3535 - name : Download SDist and wheel
You can’t perform that action at this time.
0 commit comments