Skip to content

Commit d441860

Browse files
renovate[bot]cpcloud
authored andcommitted
chore(deps): update pypa/gh-action-pypi-publish digest to 3317ede
1 parent 421a31b commit d441860

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949

5050
- name: publish pre-release wheel to test pypi index
5151
if: contains(steps.get-version.outputs.value, '.dev')
52-
uses: pypa/gh-action-pypi-publish@987f11e872eb5ca67aad6a4fe531bd3089142c60
52+
uses: pypa/gh-action-pypi-publish@3317ede93a4981d0fc490510c6fcf8bf0e92ed05
5353
with:
5454
repository-url: https://test.pypi.org/legacy/
5555
# no need for attestations here, no one should be installing ibis from test-pypi
5656
attestations: false
5757

5858
- name: publish pre-release wheel to pypi
5959
if: contains(steps.get-version.outputs.value, '.dev')
60-
uses: pypa/gh-action-pypi-publish@987f11e872eb5ca67aad6a4fe531bd3089142c60
60+
uses: pypa/gh-action-pypi-publish@3317ede93a4981d0fc490510c6fcf8bf0e92ed05

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
4545

4646
- name: Publish release distributions to PyPI
47-
uses: pypa/gh-action-pypi-publish@987f11e872eb5ca67aad6a4fe531bd3089142c60
47+
uses: pypa/gh-action-pypi-publish@3317ede93a4981d0fc490510c6fcf8bf0e92ed05

0 commit comments

Comments
 (0)