diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index b4a835cd8..aad0a7003 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow - name: Build wheels uses: pypa/cibuildwheel@v2.7.0 @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v3 - run: | - git fetch --prune --unshallow --tags + git fetch --prune --unshallow - name: Build sdist run: pipx run build --sdist @@ -58,4 +58,4 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - # To test: repository_url: https://test.pypi.org/legacy/ \ No newline at end of file + # To test: repository_url: https://test.pypi.org/legacy/