diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8715ad8..5df6c9c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,8 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 @@ -39,6 +37,4 @@ jobs: env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: | - git fetch --all - poetry run twine upload dist/* + run: poetry run twine upload dist/*