Skip to content

Commit

Permalink
Upload now done with twine
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Sep 5, 2017
1 parent 7a5d2a9 commit ed952a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make_pypi_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main():

print("Please be sure the version ({0}) matches a tag on GitHub for the project".format(args.version))
print("\nNext do:\n\t$ cd {0}\n\tpython3 setup.py sdist".format(args.output_directory))
print("\t$ python3 setup.py sdist upload")
print("\t$ twine upload dist/*")

def get_biocode_datafile_paths(base):
datafiles = list()
Expand Down

0 comments on commit ed952a7

Please sign in to comment.