Skip to content

Commit

Permalink
Make it more clear that the file doesn't need to be deleted (#17546)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Feb 3, 2025
1 parent 61d5516 commit fa5ff03
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion warehouse/templates/email/pep625-extension-email/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<p>
In most cases, this can be resolved by upgrading the version of your build
tooling to a later version that supports PEP 625 and produces compliant
filenames.
filenames. You do not need to remove the file.
</p>
<p>
If you have questions, you can email
Expand Down
2 changes: 1 addition & 1 deletion warehouse/templates/email/pep625-extension-email/body.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In the future, PyPI will require all newly uploaded source distribution filename

Specifically, your recent upload of '{{ filename }}' is incompatible with PEP 625 because it uses the .zip extension.

In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames.
In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames. You do not need to remove the file.

If you have questions, you can email admin@pypi.org to communicate with the PyPI administrators.

Expand Down
2 changes: 1 addition & 1 deletion warehouse/templates/email/pep625-name-email/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<p>
In most cases, this can be resolved by upgrading the version of your build
tooling to a later version that supports PEP 625 and produces compliant
filenames.
filenames. You do not need to remove the file.
</p>
<p>
If you have questions, you can email
Expand Down
2 changes: 1 addition & 1 deletion warehouse/templates/email/pep625-name-email/body.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In the future, PyPI will require all newly uploaded source distribution filename

Specifically, your recent upload of '{{ filename }}' is incompatible with PEP 625 because it does not contain the normalized project name '{{ normalized_name }}'.

In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames.
In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames. You do not need to remove the file.

If you have questions, you can email admin@pypi.org to communicate with the PyPI administrators.

Expand Down
2 changes: 1 addition & 1 deletion warehouse/templates/email/pep625-version-email/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<p>
In most cases, this can be resolved by upgrading the version of your build
tooling to a later version that supports PEP 625 and produces compliant
filenames.
filenames. You do not need to remove the file.
</p>
<p>
If you have questions, you can email
Expand Down
2 changes: 1 addition & 1 deletion warehouse/templates/email/pep625-version-email/body.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In the future, PyPI will require all newly uploaded source distribution filename

Specifically, your recent upload of '{{ filename }}' is incompatible with PEP 625 because it does not contain contain the normalized project version '{{ normalized_version }}'.

In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames.
In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames. You do not need to remove the file.

If you have questions, you can email admin@pypi.org to communicate with the PyPI administrators.

Expand Down

0 comments on commit fa5ff03

Please sign in to comment.