From f07ab064916d5aaa74b3ea06e51b9e5ad1ad13c6 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Mon, 4 Dec 2023 08:13:07 -0600 Subject: [PATCH] Build improvements. --- .github/workflows/deploy.yml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84f5a91..6bad685 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,4 +41,4 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: - twine upload dist/* + make upload diff --git a/requirements.txt b/requirements.txt index f64be18..d617a4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 308a560..59bd065 100644 --- a/setup.py +++ b/setup.py @@ -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="""