From 35cb5864f692e61ee72561ac80918606ca849b9f Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Thu, 29 Jun 2023 16:59:52 -0400 Subject: [PATCH] fix deprectated arg in github workflow --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index fd88d67fe..e963ad08a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -60,4 +60,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 with: - repository_url: https://test.pypi.org/legacy/ \ No newline at end of file + repository-url: https://test.pypi.org/legacy/ \ No newline at end of file