pytexit icon indicating copy to clipboard operation
pytexit copied to clipboard

Add auto-deployment to PyPI

Open khanhak opened this issue 3 years ago • 1 comments

We have added the requested feature to auto-deploy to PyPI by making the following changes When the master branch is updated:

  • We added the "deploy" attribute to the .travis.yml to add automatic deployment to PyPI
  • We added the "after-test" attribute to .travis.yml to invoke the automatically deployment when all tests successfully pass
  • We implement the creation of a new version number within the "after-test" deployment to PyPI, which was a requested feature

khanhak avatar Apr 23 '22 02:04 khanhak

Update on the questions above?

erwanp avatar Aug 01 '23 16:08 erwanp