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 27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
- name : Setup Python
30
- uses : actions/setup-python@v5.1.1
30
+ uses : actions/setup-python@v5.2.0
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
architecture : x64
60
60
steps :
61
61
- uses : actions/checkout@v4
62
62
- name : Setup Python
63
- uses : actions/setup-python@v5.1.1
63
+ uses : actions/setup-python@v5.2.0
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
66
66
architecture : x64
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
- - uses : actions/setup-python@v5.1.1
22
+ - uses : actions/setup-python@v5.2.0
23
23
name : Install Python
24
24
with :
25
25
python-version : 3.11
62
62
needs : build-artifacts
63
63
runs-on : ubuntu-latest
64
64
steps :
65
- - uses : actions/setup-python@v5.1.1
65
+ - uses : actions/setup-python@v5.2.0
66
66
name : Install Python
67
67
with :
68
68
python-version : 3.11
80
80
python -m pip install dist/xbatcher*.whl
81
81
python -m xbatcher.util.print_versions
82
82
- 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
84
84
with :
85
85
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
86
86
repository-url : https://test.pypi.org/legacy/
96
96
name : releases
97
97
path : dist
98
98
- 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
100
100
with :
101
101
password : ${{ secrets.PYPI_API_TOKEN }}
102
102
# verbose: true
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5.1.1
27
+ uses : actions/setup-python@v5.2.0
28
28
with :
29
29
python-version : " 3.11"
30
30
49
49
python -m xbatcher.util.print_versions
50
50
51
51
- 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
53
53
with :
54
54
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
55
55
repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments