Skip to content

Commit

Permalink
Update pypi info
Browse files Browse the repository at this point in the history
  • Loading branch information
dschreij committed May 16, 2019
1 parent ec6a09a commit 3dfb8b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'humanize',
'python-fileinspector',
'requests-oauthlib>=0.6',
'qtawesome',
'qtawesome>=0.5.7',
'python-dotenv'
],
include_package_data=True,
Expand Down
5 changes: 3 additions & 2 deletions upload_to_pypi
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
rm -Rf deb_dist dist
python setup.py sdist upload
python setup.py bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*

0 comments on commit 3dfb8b7

Please sign in to comment.