From 7b9a4b7a136666e18f77deb759edfd986a9b77cf Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 17 Jul 2023 09:12:21 -0600 Subject: [PATCH 1/3] fix: remove depreciated commands --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c2e20df..471e82c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,5 +76,4 @@ jobs: uses: relekang/python-semantic-release@v8.0.0 with: github_token: ${{ secrets.GH_TOKEN }} - repository_username: __token__ - repository_password: ${{ secrets.PYPI_TOKEN }} + From 8e86d08c9b6212629f8159782b91bd605719cd7f Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 17 Jul 2023 09:16:08 -0600 Subject: [PATCH 2/3] fix: lint --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 471e82c9..9591e2db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,4 +76,3 @@ jobs: uses: relekang/python-semantic-release@v8.0.0 with: github_token: ${{ secrets.GH_TOKEN }} - From 923809d37b3ca211cc9faf617446d32391329875 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 17 Jul 2023 09:36:41 -0600 Subject: [PATCH 3/3] fix: bump poetry core --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5241c70e..6b8acc2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ alexapy = "^1.26.8" [build-system] -requires = ["poetry-core==1.5.0"] +requires = ["poetry-core==1.6.1"] build-backend = "poetry.core.masonry.api" [tool.poetry.group.dev.dependencies]