Skip to content

Commit fff75bd

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#2201)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 538f12d commit fff75bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ jobs:
135135

136136
- name: Upload to PyPi prod
137137
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
139139
with:
140140
repository-url: https://test.pypi.org/legacy/
141141

142142
# March 1st: PyPi test is under maintenance....
143143
# - name: Upload to PyPi test
144144
# 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
146146
# with:
147147
# repository-url: https://test.pypi.org/legacy/
148148

0 commit comments

Comments
 (0)