File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 steps :
127127 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
128128 with : { name: "dist", path: "dist" }
129- - uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
129+ - uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
130130
131131 publish-testpypi :
132132 if : ${{ contains(github.ref_name, '.dev') }}
@@ -139,6 +139,6 @@ jobs:
139139 steps :
140140 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
141141 with : { name: "dist", path: "dist" }
142- - uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
142+ - uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
143143 with : { repository-url: "https://test.pypi.org/legacy/" }
144144
You can’t perform that action at this time.
0 commit comments