From 31cbf53f31992075b0aefae35177c724ccc5a669 Mon Sep 17 00:00:00 2001 From: Janus Asmussen Date: Fri, 20 Jan 2023 13:13:29 +0100 Subject: [PATCH] Update pypi repo url --- .github/workflows/publish_dev_version.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_dev_version.yaml b/.github/workflows/publish_dev_version.yaml index 30844c7..181cf5e 100644 --- a/.github/workflows/publish_dev_version.yaml +++ b/.github/workflows/publish_dev_version.yaml @@ -14,13 +14,13 @@ jobs: - name: Install Poetry and dependencies uses: SneaksAndData/github-actions/install_poetry@v0.0.3 with: - pypi_repo_url: https://pypi.org/ + pypi_repo_url: https://upload.pypi.org/legacy/ pypi_token_username: __token__ pypi_token: ${{ secrets.PYPI_TEST_API_TOKEN }} - name: Create package uses: SneaksAndData/github-actions/create_package@v0.0.13 with: - pypi_repo_url: https://pypi.org/ + pypi_repo_url: https://upload.pypi.org/legacy/ pypi_token_username: __token__ pypi_token: ${{ secrets.PYPI_TEST_API_TOKEN }} package_name: spark_utils