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