File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,14 +135,14 @@ jobs:
135
135
136
136
- name : Upload to PyPi prod
137
137
if : ${{ !inputs.skip_pypi }}
138
- uses : pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
138
+ uses : pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
139
139
with :
140
140
repository-url : https://test.pypi.org/legacy/
141
141
142
142
# March 1st: PyPi test is under maintenance....
143
143
# - name: Upload to PyPi test
144
144
# if: ${{ !inputs.skip_pypi }}
145
- # uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
145
+ # uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
146
146
# with:
147
147
# repository-url: https://test.pypi.org/legacy/
148
148
You can’t perform that action at this time.
0 commit comments