File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 name : yarn build and deploy
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-node@v4
1616 with :
1717 node-version : 22
Original file line number Diff line number Diff line change 88 # IMPORTANT: this permission is mandatory for trusted publishing
99 id-token : write
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - run : pipx run uv tool run --with build[uv] --from build python -m build --installer uv -o python_dist
1313 - name : Publish a Python distribution to PyPI
1414 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Original file line number Diff line number Diff line change 77 name : Test with tox
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/setup-python@v5
1212 with :
1313 python-version : ' 3.11'
You can’t perform that action at this time.
0 commit comments