Skip to content

Commit

Permalink
Setup for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed May 1, 2019
1 parent baabd5c commit fd80f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codeRepository": "https://github.com/caltechlibrary/ames",
"issueTracker": "https://github.com/caltechlibrary/ames/issues",
"license": "https://data.caltech.edu/license",
"version": "0.2.4",
"version": "0.3.0",
"author": [
{
"@type": "Person",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def run(self):
self.status('Building Source and Wheel distribution…')
os.system('{0} setup.py sdist bdist_wheel '.format(sys.executable))

#self.status('Uploading the package to PyPI via Twine…')
#os.system('twine upload dist/*')
self.status('Uploading the package to PyPI via Twine…')
os.system('twine upload dist/*')

sys.exit()

Expand Down

0 comments on commit fd80f20

Please sign in to comment.