diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c957b8..e10b495 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,8 +13,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - fetch-tags: true +# with: +# fetch-tags: true - name: Set up Python uses: actions/setup-python@v5