Skip to content

Commit 6c83b2d

Browse files
authored
Merge branch 'main' into ww/pax
2 parents 89cf209 + ab49948 commit 6c83b2d

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.4.1
18+
rev: v2.4.2
1919
hooks:
2020
- id: codespell
2121
args: ["-L", "ned,ist,oder", "--skip", "*.po"]
@@ -37,7 +37,7 @@ repos:
3737
- id: rst-inline-touching-normal
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.14.10
40+
rev: v0.15.20
4141
hooks:
4242
- id: ruff-check
4343
- id: ruff-format

source/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ We will have to define two jobs to publish to PyPI
104104
and TestPyPI respectively, and an additional job to
105105
build the distribution packages.
106106

107+
.. important::
108+
109+
Keep the build job separate from the publishing jobs. Building
110+
distributions in a publishing job is unsupported; publishing jobs should
111+
only download the already-built artifacts and upload them.
112+
107113
First, we'll define the job for building the dist packages of
108114
your project and storing them for later use:
109115

source/shared/build-backend-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
.. code-block:: toml
3939
4040
[build-system]
41-
requires = ["uv_build >= 0.12.1, <0.13.0"]
41+
requires = ["uv_build >= 0.12.5, <0.13.0"]
4242
build-backend = "uv_build"

0 commit comments

Comments
 (0)