Modify ↓
Opened 6 months ago
Closed 6 months ago
#13881 closed defect (fixed)
release-upload.sh script failing because dist/Trac-* files do not exist
| Reported by: | Jun Omae | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.1 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
File names of wheel and sdist packages are started with trac, not Trac. |
||
| API Changes: | |||
| Internal Changes: | |||
Description
https://github.com/edgewall/trac/actions/runs/14681145588/job/41204579335#step:7:24
dist/Trac-*: No such file or directory
Attachments (0)
Change History (2)
comment:1 by , 6 months ago
comment:2 by , 6 months ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Fixed in [17900], merged in [17901] and edited wiki:TracDev/ReleaseChecklist@168?action=diff.
Note:
See TracTickets
for help on using tickets.



Since setuptools 75.3.1, file names of wheel and sdist packages are normalized from
Trac-...totrac-.... The behavior is based on the following PEPs.