Skip to content

Commit

Permalink
Build improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 4, 2023
1 parent 0052d9b commit f07ab06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run:
twine upload dist/*
make upload
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ confuse>=1.3.0
flask>=1.1.0,<2.0.0
MarkupSafe>=0.23,<2.1.0
click>=7.1.0
pyngrok>=5.2.3
pyngrok>=7.0.0
defusedxml>=0.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"flask>=1.1.0,<2.0.0",
"MarkupSafe>=0.23,<2.1.0",
"click",
"pyngrok>=5.2.3",
"pyngrok>=7.0.0",
"defusedxml",
],
entry_points="""
Expand Down

0 comments on commit f07ab06

Please sign in to comment.