From 74eaefa47cb7f429bd7522b4039f9aaab3ff6914 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Thu, 16 May 2024 11:28:00 +0000 Subject: [PATCH] debut installation --- .github/workflows/pypi.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d33ddb9..c8298da 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -14,19 +14,6 @@ on: type: boolean jobs: - check-tag: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: '0' - - name: Check if tag is present - run: | - if [ -z "$GITHUB_REF" ]; then - echo "No tag found" - exit 1 - fi - echo "Tag found: $GITHUB_REF" Build-and-publish-to-Test-PyPI: runs-on: ubuntu-latest steps: @@ -52,6 +39,8 @@ jobs: python-version: "3.x" - name: Install package run: | + which python3 + python3 -m pip install -U pip python3 -m pip install setuptools python3 -m pip install --index-url https://test.pypi.org/simple/ scraibe