pytest-twisted icon indicating copy to clipboard operation
pytest-twisted copied to clipboard

Add deployment to PyPI using Travis

Open nicoddemus opened this issue 6 years ago • 1 comments
trafficstars

Here's how pytest does it: https://github.com/pytest-dev/pytest/blob/a4c426b1a891a22ae1b63d0a0fa2dcdf690e69db/.travis.yml#L61-L75

nicoddemus avatar Jan 07 '19 20:01 nicoddemus

I did a deploy stage in one of my projects. I also started a little twine-on-tags script that'd be cross-ci/platform and I could make use of versioneer to detect version tags (I assume) so I might go that route.

Thanks for the reference.

altendky avatar Jan 07 '19 21:01 altendky