File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v4
2929 - name : Setup Python
30- uses : actions/setup-python@v5.1.1
30+ uses : actions/setup-python@v5.2.0
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 architecture : x64
6060 steps :
6161 - uses : actions/checkout@v4
6262 - name : Setup Python
63- uses : actions/setup-python@v5.1.1
63+ uses : actions/setup-python@v5.2.0
6464 with :
6565 python-version : ${{ matrix.python-version }}
6666 architecture : x64
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
22- - uses : actions/setup-python@v5.1.1
22+ - uses : actions/setup-python@v5.2.0
2323 name : Install Python
2424 with :
2525 python-version : 3.11
6262 needs : build-artifacts
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/setup-python@v5.1.1
65+ - uses : actions/setup-python@v5.2.0
6666 name : Install Python
6767 with :
6868 python-version : 3.11
8080 python -m pip install dist/xbatcher*.whl
8181 python -m xbatcher.util.print_versions
8282 - name : Publish package to TestPyPI
83- uses : pypa/gh-action-pypi-publish@v1.9.0
83+ uses : pypa/gh-action-pypi-publish@v1.10.1
8484 with :
8585 password : ${{ secrets.TEST_PYPI_API_TOKEN }}
8686 repository-url : https://test.pypi.org/legacy/
9696 name : releases
9797 path : dist
9898 - name : Publish package to PyPI
99- uses : pypa/gh-action-pypi-publish@v1.9.0
99+ uses : pypa/gh-action-pypi-publish@v1.10.1
100100 with :
101101 password : ${{ secrets.PYPI_API_TOKEN }}
102102 # verbose: true
Original file line number Diff line number Diff line change 2424 fetch-depth : 0
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5.1.1
27+ uses : actions/setup-python@v5.2.0
2828 with :
2929 python-version : " 3.11"
3030
4949 python -m xbatcher.util.print_versions
5050
5151 - name : Publish package to TestPyPI
52- uses : pypa/gh-action-pypi-publish@v1.9.0
52+ uses : pypa/gh-action-pypi-publish@v1.10.1
5353 with :
5454 password : ${{ secrets.TEST_PYPI_API_TOKEN }}
5555 repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments