Skip to content

Commit 82e1532

Browse files
committed
add a note
1 parent a53c1e8 commit 82e1532

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

python/private/pypi/extension.bzl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,16 @@ The items in this list can contain a single `*` character that is equivalent to
911911
We select a single wheel and the last match will take precedence.
912912
:::
913913
914+
:::{note}
915+
The following tag prefixes should be used instead of the legacy equivalents:
916+
* `manylinux_2_5` instead of `manylinux1`
917+
* `manylinux_2_12` instead of `manylinux2010`
918+
* `manylinux_2_17` instead of `manylinux2014`
919+
920+
When parsing the whl filenames `rules_python` will automatically transform wheel filenames to the
921+
latest format.
922+
:::
923+
914924
:::{seealso}
915925
See official [docs](https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-tag) for more information.
916926
:::

0 commit comments

Comments
 (0)