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 1919 python-version : ["3.12", "3.13"]
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6.0.1
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6.1.0
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install PDM
Original file line number Diff line number Diff line change 2020 id-token : write
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6.0.1
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6.1.0
2626 with :
2727 python-version : ' 3.12'
2828 - name : Install PDM
3636 - name : Build package
3737 run : pdm build
3838 - name : Publish package
39- uses : pypa/gh-action-pypi-publish@v1.8.14
39+ uses : pypa/gh-action-pypi-publish@v1.13.0
You can’t perform that action at this time.
0 commit comments