From edb1fd23cc54b8f6c768d690c7825583ba5889a7 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 19 Dec 2022 15:33:05 +0100 Subject: [PATCH] Use correct block --- .github/workflows/pypi-package.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi-package.yml b/.github/workflows/pypi-package.yml index 262d2509..5795ac72 100644 --- a/.github/workflows/pypi-package.yml +++ b/.github/workflows/pypi-package.yml @@ -31,12 +31,14 @@ jobs: test.pypi.org:443 - uses: actions/checkout@v3 - with: - fetch-depth: 0 + # with: + # fetch-depth: 0 - uses: hynek/build-and-inspect-python-package@v1 id: baipp + - run: ls -l ${{ steps.baipp.outputs.dist }} + # Upload to Test PyPI on every pushed tag. - name: Publish package to TestPyPI @@ -68,8 +70,6 @@ jobs: - uses: hynek/build-and-inspect-python-package@v1 id: baipp - - run: ls -l ${{ steps.baipp.outputs.dist }} - # Upload to real PyPI on GitHub Releases. - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1