diff --git a/.gitea/workflows/publish-pypi.yaml b/.gitea/workflows/publish-pypi.yaml index 45d04d9..1e2243f 100644 --- a/.gitea/workflows/publish-pypi.yaml +++ b/.gitea/workflows/publish-pypi.yaml @@ -10,6 +10,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v7 + with: + fetch-tags: true - name: Configure git run: | @@ -30,6 +32,8 @@ jobs: echo "Commit count: $(git rev-list --count main)" echo "Tags available:" git tag + echo "Remote tags available:" + git ls-remote --tags - name: Bump version run: |