Skip to content

Commit 273b3f7

Browse files
chore(deps): update pypa/gh-action-pypi-publish digest to cef2210 (#11921)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | pypa/gh-action-pypi-publish | action | digest | `03f86fe` → `cef2210` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ibis-project/ibis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87f8200 commit 273b3f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@03f86fee9ac21f854951f5c6e2a02c2a1324aec7
52+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
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@03f86fee9ac21f854951f5c6e2a02c2a1324aec7
60+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b

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

0 commit comments

Comments
 (0)