bloomberg / pytest-pystack

Pytest plugin that runs PyStack on slow or hanging tests.
Apache License 2.0
12 stars 2 forks source link

Prepare for release of `1.0.1` #7

Closed sarahmonod closed 9 months ago

sarahmonod commented 1 year ago

This would be the first version to support 3.12

@mariocj89 it looks like we have no PyPI automation, do you want to publish this version manually? Or should we take the opportunity to add PyPI publishing to the Github Actions?

mariocj89 commented 1 year ago

If you have the energy to automate it, it would be great!!

godlygeek commented 9 months ago

@mariocj89 Would you mind making me and @pablogsal maintainers on the PyPI project?

I can't automate what I can't publish manually 😆

godlygeek commented 9 months ago

@mariocj89 Would you mind making me and @pablogsal maintainers on the PyPI project?

You seem to have made Pablo a maintainer on https://pypi.org/project/pytest-pystack/ but I'm still not...

@pablogsal Can you pick this up if you have some time? I think what I've got here should work, except that the upload_pypi stage has never been tested, because I can't set up a token (I'm an admin on this repo, but not a maintainer on pypi.org).

godlygeek commented 9 months ago

At the very least, the build_dists stage is succeeding, and the dists artifact contains a .whl and an sdist that should be good to publish to PyPI.

godlygeek commented 9 months ago

You seem to have made Pablo a maintainer on https://pypi.org/project/pytest-pystack/ but I'm still not...

Hah, Pablo pointed out that that's because I needed to accept the invitation, and I never did, so it expired. Whoops! He reinvited me, so that's sorted now.

godlygeek commented 9 months ago

Success:

image

That's released, and now we have release automation.