File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - name : Set up Python
20
- uses : actions/setup-python@v4
19
+ - name : Set up Python 3.12
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.12'
23
23
Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - name : Set up Python
20
- uses : actions/setup-python@v4
19
+ - name : Set up Python 3.12
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.12'
23
23
39
39
- name : Publish distribution 📦 to Test PyPI
40
40
uses : pypa/gh-action-pypi-publish@release/v1
41
41
with :
42
- repository-url : https://test.pypi.org/legacy/
43
- skip-existing : true
42
+ repository_url : https://test.pypi.org/legacy/
43
+ skip_existing : true
You can’t perform that action at this time.
0 commit comments