From ceb88ded1afa5ede53470005997f0fb3e0a54cca Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 16 Mar 2023 22:09:00 -0500 Subject: [PATCH] chore: undo shit --- .github/workflows/publish.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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/*