From fcf6e69f10fb401461ce3c35d9e5d225f91b67c8 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Tue, 7 May 2024 14:45:56 +0000 Subject: [PATCH] test index url --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b233a8e..e380906 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -74,7 +74,7 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ skip-existing: true - + test-install: name: Test Installation from TestPyPI @@ -87,7 +87,7 @@ jobs: python-version: "3.x" - name: Install package run: | - python3 -m pip install scraibe --index-url env.TestPyPI_URL + python3 -m pip install scraibe --index-url $env.TestPyPI_URL publish-to-pypi: name: Conditional Publish to PyPI or Dev Repository