File tree 2 files changed +3
-3
lines changed
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@v5
16
+ uses : dawidd6/action-download-artifact@v6
17
17
with :
18
18
workflow : docs-build.yml
19
19
name : docs-build
Original file line number Diff line number Diff line change 94
94
if : >-
95
95
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
96
96
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
97
- uses : pypa/gh-action-pypi-publish@v1.8.14
97
+ uses : pypa/gh-action-pypi-publish@v1.9.0
98
98
with :
99
99
repository-url : https://test.pypi.org/legacy/
100
100
print-hash : true
@@ -107,6 +107,6 @@ jobs:
107
107
108
108
- name : Publish distribution 📦 to PyPI
109
109
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
110
- uses : pypa/gh-action-pypi-publish@v1.8.14
110
+ uses : pypa/gh-action-pypi-publish@v1.9.0
111
111
with :
112
112
print-hash : true
You can’t perform that action at this time.
0 commit comments