File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Download Artifact
16
- uses : dawidd6/action-download-artifact@v7
16
+ uses : dawidd6/action-download-artifact@v8
17
17
with :
18
18
workflow : docs-build.yml
19
19
name : docs-build
Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ jobs:
97
97
# if: >-
98
98
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
99
99
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100
- # uses: pypa/gh-action-pypi-publish@v1.12.3
100
+ # uses: pypa/gh-action-pypi-publish@v1.12.4
101
101
# with:
102
102
# repository-url: https://test.pypi.org/legacy/
103
103
# print-hash: true
104
104
105
105
- name : Publish distribution 📦 to PyPI
106
106
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
107
- uses : pypa/gh-action-pypi-publish@v1.12.3
107
+ uses : pypa/gh-action-pypi-publish@v1.12.4
108
108
with :
109
109
print-hash : true
110
110
You can’t perform that action at this time.
0 commit comments