Skip to content

Commit

Permalink
chore: update pkg command (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Dec 20, 2023
1 parent c25f3e6 commit eabaf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit
streamlit-g2==0.0.6
streamlit-g2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):
pass

self.status("Building Source and Wheel distribution…")
os.system("{0} setup.py bdist_wheel".format(sys.executable))
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/*")
Expand Down

0 comments on commit eabaf18

Please sign in to comment.