Skip to content

Commit

Permalink
Clarified build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemchak committed Oct 30, 2020
1 parent 5fc85e4 commit a8b5d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ For an explanation of log configuration and use, see the [LOGGING.rst](LOGGING.r
1. If any API changes were made, be sure to update the [Automation API Definition](https://docs.google.com/spreadsheets/d/1XLWsKxGLqcBWLzoW2y6HyAUU2jMXaEaWw7QLn3NE5nY/edit#gid=1999503690) and change the Automation API version in py4cytoscape/_version.py
1. Successfully execute all tests by using the tests/runalltests.bat file
1. Execute liveness test (e.g., [Sanity Test](https://github.com/bdemchak/cytoscape-jupyter/tree/main/sanity-test)) on Google Colab
1. Create a new Github tag (in the Releases section on the far right of the Github GUI)
1. Execute build.bat to check into PyPI __... be sure you updated the version number in build.bat first__
1. Again, successfully execute all tests by using the tests/runalltests.bat file and the Sanity Test.
1. Again, successfully execute all tests by using the tests/runalltests.bat file and the Sanity Test. (Change Sanity Test to fetch ``py4cytoscape`` from PyPI instead of Github.)
1. Create a new Github tag (in the Releases section on the far right of the Github GUI)

Note that the user manual is automatically updated when Master files changes. You can find the manual [here](https://py4cytoscape.readthedocs.io/en/latest/).

Expand Down

0 comments on commit a8b5d31

Please sign in to comment.