From daf2236e7b5ba71445c57f7ce4d942823515d647 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Wed, 22 Jan 2025 14:29:55 -0500 Subject: [PATCH] converting to dash to see if that works Signed-off-by: Francisco Javier Arceo --- .github/workflows/publish_python_sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_python_sdk.yml b/.github/workflows/publish_python_sdk.yml index 61603c2b6e..f09ea72601 100644 --- a/.github/workflows/publish_python_sdk.yml +++ b/.github/workflows/publish_python_sdk.yml @@ -45,6 +45,6 @@ jobs: path: dist - uses: pypa/gh-action-pypi-publish@v1.4.2 with: - repository-url: https://upload.pypi.org/legacy/ + repository_url: https://upload.pypi.org/legacy/ user: __token__ password: ${{ secrets.PYPI_PASSWORD }}