Skip to content

Commit

Permalink
chore(deps): update pypa/gh-action-pypi-publish action to v1.12.4 (#156)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish)
| action | patch | `v1.12.3` -> `v1.12.4` |

---

### Release Notes

<details>
<summary>pypa/gh-action-pypi-publish
(pypa/gh-action-pypi-publish)</summary>

###
[`v1.12.4`](https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.12.4)

[Compare
Source](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.3...v1.12.4)

<p align="right"><i>Be nice to FOSS maintainers.</i></p>

#### ✨ What's Changed

The main theme of this patch release that the support for uploading [PEP
639 licensing metadata] to PyPI has been fixed in
[#&#8203;327](https://github.com/pypa/gh-action-pypi-publish/issues/327).

#### 🛠️ Internal Updates

A few smaller updates include the attestation existence being checked
earlier in the process now, listing all the violating files together,
not just one (PR
[#&#8203;315](https://github.com/pypa/gh-action-pypi-publish/issues/315)).
And the lock file with the software available in runtime has been
re-pinned in
[#&#8203;329](https://github.com/pypa/gh-action-pypi-publish/issues/329).
Additionally, the CI now runs the smoke-tests against both Ubuntu 22.04
and 24.04 explicitly via
[`da900af`](https://github.com/pypa/gh-action-pypi-publish/commit/da900af96347cc027433720ad4f122117645459d).

**🪞 Full Diff**:
pypa/gh-action-pypi-publish@v1.12.3...v1.12.4

**🧔‍♂️ Release Manager:**
[@&#8203;webknjaz](https://github.com/sponsors/webknjaz)
[🇺🇦](https://stand-with-ukraine.pp.ua)

**🙏 Special Thanks** to
[@&#8203;dnicolodi](https://github.com/dnicolodi)[💰](https://github.com/sponsors/dnicolodi)
and
[@&#8203;woodruffw](https://github.com/woodruffw)[💰](https://github.com/sponsors/woodruffw)
for releasing the license metadata support fix in Twine!

**💬 Discuss** [on Bluesky
🦋](https://bsky.app/profile/webknjaz.me/post/3lghhtwey522z), [on
Mastodon 🐘](https://mastodon.social/@&#8203;webknjaz/113881243992941874)
and [on GitHub][release discussion].

[![GH Sponsors badge]][GH Sponsors URL]

[PEP 639 licensing metadata]:
https://packaging.python.org/en/latest/specifications/core-metadata/#license-expression

[release discussion]:
https://github.com/pypa/gh-action-pypi-publish/discussions/330

[GH Sponsors badge]:
https://img.shields.io/badge/%40webknjaz-transparent?logo=githubsponsors&logoColor=%23EA4AAA&label=Sponsor&color=2a313c

[GH Sponsors URL]: https://github.com/sponsors/webknjaz

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on saturday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/reservoir-data/tap-canny).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 0ad3a50 commit 7cba822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 comments on commit 7cba822

Please sign in to comment.