From 15f0ccfd58117bee8e04f41eabd4b53fa9e7ba4e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 19 Mar 2023 15:53:12 +0200 Subject: [PATCH] Replace deprecated repository_url with repository-url Committed via https://github.com/asottile/all-repos --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0c72ce1..95ae3da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,4 +48,4 @@ jobs: with: user: __token__ password: ${{ secrets.test_pypi_password }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/