pypng icon indicating copy to clipboard operation
pypng copied to clipboard

root directory in tar archive name has double pypng-pypng

Open sena73 opened this issue 8 years ago • 5 comments

It does not break things, but looks wrong.

sena73 avatar Jan 25 '17 11:01 sena73

Huh. The "root" directory should be pypng-X.Y.Z (eg, pypng-0.0.18); where are you getting this tar file and how are you extracting it / examining it?

drj11 avatar Dec 11 '18 22:12 drj11

Huh. The "root" directory should be pypng-X.Y.Z (eg, pypng-0.0.18); where are you getting this tar file and how are you extracting it / examining it?

https://github.com/drj11/pypng/archive/pypng-0.0.18.tar.gz

on this page https://github.com/drj11/pypng/releases

sena73 avatar Dec 12 '18 10:12 sena73

oh yeah, that is wrong. This procedure is now somewhat automated. Looks like I implemented that the day after the 0.0.18 release. :)

drj11 avatar Dec 12 '18 11:12 drj11

It may be more subtle than I think:

  • [x] is github changing the name of the tarfile? No
  • [x] is github changing the contents of the tarfile? No

drj11 avatar Dec 12 '18 13:12 drj11

These tarfiles are create automatically by github based on the tag name.

drj11 avatar Jan 09 '19 21:01 drj11