Skip to content

Commit b73e894

Browse files
renovate[bot]cpcloud
authored andcommitted
chore(deps): update pypa/gh-action-pypi-publish digest to e9ccbe5
1 parent 4bc0fea commit b73e894

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@db8f07d3871a0a180efa06b95d467625c19d5d5f
52+
uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796
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@db8f07d3871a0a180efa06b95d467625c19d5d5f
60+
uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796

.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@db8f07d3871a0a180efa06b95d467625c19d5d5f
47+
uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796

0 commit comments

Comments
 (0)