File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050
5151 steps :
5252 - uses : actions/checkout@v5
53- - uses : actions/setup-python@v5
53+ - uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 cache : " pip"
Original file line number Diff line number Diff line change 3636 steps :
3737 - uses : actions/checkout@v5
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 cache : " pip"
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-22.04
1515 steps :
1616 - uses : actions/checkout@v5
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.10"
2020
@@ -28,15 +28,15 @@ jobs:
2828 # We do this, since failures on test.pypi aren't that bad
2929 - name : Publish to Test PyPI
3030 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
31- uses : pypa/gh-action-pypi-publish@v1.12.4
31+ uses : pypa/gh-action-pypi-publish@v1.13.0
3232 with :
3333 user : __token__
3434 password : ${{ secrets.TEST_PYPI_PASSWORD }}
3535 repository-url : https://test.pypi.org/legacy/
3636
3737 - name : Publish distribution 📦 to PyPI
3838 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
39- uses : pypa/gh-action-pypi-publish@v1.12.4
39+ uses : pypa/gh-action-pypi-publish@v1.13.0
4040 with :
4141 user : __token__
4242 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments