-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Is your feature request related to a problem? Please describe.
SkyApi will be part of next release and there are no scripts to automate this process.
Describe the solution you'd like
- Build wheel packages in Travis
deploy(release-*branchs only) - Push to PyPI sandbox.
- Run test suite after downloading and installing aforementioned packages
... once this process succeeds ...
- Build wheel packages in Travis
deploy(tags only) - Push to official PyPI
- Check packages (manually?)
- If errors detected then prepare
postreleases to fix'em - Document the flow for both
SkyApiandPySkycoinpackages
Describe alternatives you've considered
Doing this by hand is possible , but not an option ...
Additional context
There is a deploy section in .travis.yml already .
Reactions are currently unavailable