We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538f12d commit fff75bdCopy full SHA for fff75bd
.github/workflows/release.yml
@@ -135,14 +135,14 @@ jobs:
135
136
- name: Upload to PyPi prod
137
if: ${{ !inputs.skip_pypi }}
138
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
+ uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
139
with:
140
repository-url: https://test.pypi.org/legacy/
141
142
# March 1st: PyPi test is under maintenance....
143
# - name: Upload to PyPi test
144
# if: ${{ !inputs.skip_pypi }}
145
- # uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
+ # uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
146
# with:
147
# repository-url: https://test.pypi.org/legacy/
148
0 commit comments