Commit 15f8935 1 parent ce3f3d4 commit 15f8935 Copy full SHA for 15f8935
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Check out repo
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21
21
with :
22
22
submodules : " recursive"
23
23
- name : Set up Python
@@ -61,12 +61,12 @@ jobs:
61
61
path : dist/
62
62
- name : Publish package to TestPyPI
63
63
if : ${{ inputs.upload_to_test }}
64
- uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
64
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
65
65
with :
66
66
repository_url : https://test.pypi.org/legacy/
67
67
password : ${{ secrets.TEST_PYPI_API_TOKEN }}
68
68
- name : Publish package to PyPI
69
69
if : ${{ !inputs.upload_to_test }}
70
- uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
70
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
71
71
with :
72
72
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 36
36
python : ' 3.12'
37
37
dependencies : ' newest'
38
38
steps :
39
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
with :
41
41
submodules : " recursive"
42
42
- name : Set up Python ${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments