From 45333b61471b9f6b5f0957b4ed4666c6b038dffc Mon Sep 17 00:00:00 2001 From: Djoyke Reijans <115019123+DjoykeAbyah@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:31:17 +0000 Subject: [PATCH] adjusted deprecated repository_url with repository-url --- .github/workflows/pypipublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypipublish.yml b/.github/workflows/pypipublish.yml index 0d085e09..79f1c073 100644 --- a/.github/workflows/pypipublish.yml +++ b/.github/workflows/pypipublish.yml @@ -38,7 +38,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_TEST_KEY }} - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: