File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
ref : scripts
25
25
path : docs-scripts
26
26
27
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
27
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
28
28
with :
29
29
python-version : ' 3.10'
30
30
cache-dependency-path : settings.ini
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Set up environment
32
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3 .0
32
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4 .0
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- name : Set up python
17
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3 .0
17
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4 .0
18
18
with :
19
19
python-version : 3.8
20
20
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3 .0
16
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4 .0
17
17
with :
18
18
python-version : ' 3.x'
19
19
24
24
run : python -m build
25
25
26
26
- name : Publish package
27
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
27
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
14
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3 .0
14
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4 .0
15
15
with :
16
16
python-version : ' 3.x'
17
17
22
22
run : python -m build
23
23
24
24
- name : Publish package
25
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
25
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
26
26
with :
27
27
repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments