Skip to content

Commit

Permalink
Update Pipfile and fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterKraabol committed May 1, 2022
1 parent 6ed619c commit 25d85bd
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 6 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ requests = "2.27.1"
python-dateutil = "2.8.2"
pytz = "2022.1"
twitch-python = "0.0.20"
twine = "*"

[dev-packages]
wheel = "0.37.1"
Expand Down
124 changes: 120 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

./setup.py sdist bdist_wheel
twine upload dist/*
pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/*

0 comments on commit 25d85bd

Please sign in to comment.