python-trio / async_generator

Making it easy to write async iterators in Python 3.5
Other
95 stars 23 forks source link

Issues from Nicolas Boulenguez #19

Closed njsmith closed 6 years ago

njsmith commented 6 years ago

In private email, Nicolas Boulenguez reported the following issues they encountered while working on packaging async_generator for Debian:

njsmith commented 6 years ago

Resolved the first issue by doing git push --tags origin. Apparently I forgot to do this after the last release, whoops.

njsmith commented 6 years ago

20 should fix all of this except for the .gitignore issue, which I can't replicate? I'll email him back about that.

njsmith commented 6 years ago

Sounds like the .gitignore issue is that they were looking at the snapshots that Github generates on the "releases" page. I think we could override this by uploading our release artifacts to Github, but that's an extra step on every release and mostly pointless, since PyPI is the archive of record, so not going to do anything about that for now.