Skip to content

Commit

Permalink
feat(pip): Set up deploment to PyPI
Browse files Browse the repository at this point in the history
This officially puts the honeybee_schema package on PyPI so that it can be used by other schema repos (like the future dragonfly_schema repo).
  • Loading branch information
chriswmackey committed Jan 10, 2020
1 parent 821b406 commit e740e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

echo "Building distribution"
# python setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel
echo "Pushing new version to PyPi"
# twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
2 changes: 1 addition & 1 deletion honeybee_schema/_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"servers": [],
"info": {
"description": "",
"version": "1.0.0",
"version": "1.3.0",
"title": "",
"contact": {
"name": "Ladybug Tools",
Expand Down

0 comments on commit e740e3f

Please sign in to comment.