From 3fbcc52a5ce8bea97d282220de7500edbdc20c6e Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Thu, 16 May 2024 09:24:23 +0000 Subject: [PATCH] added tests --- .github/workflows/pypi.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 2e25907..d4c9032 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -21,18 +21,12 @@ jobs: with: fetch-depth: '0' - name: Set up Poetry 📦 - if: ${{ !(startsWith(github.ref, 'refs/tags')) }} uses: JRubics/poetry-publish@v1.16 with: pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }} plugins: "poetry-dynamic-versioning" repository_name: "scraibe" repository_url: "https://test.pypi.org/legacy/" - - name: Get list of available folders after checkout - run: | - cd source - ls -l - test-install: name: Test Installation from TestPyPI