From 580ce15afd566eb63d54a7d4220b775bf06ef9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farid=20Sma=C3=AF?= Date: Mon, 1 Aug 2022 16:34:56 +0200 Subject: [PATCH] Update publish-to-test-pypi.yml --- .github/workflows/publish-to-test-pypi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 6ef678b..05bb3e9 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -7,7 +7,9 @@ jobs: name: Build and publish Python 🐍 distributions 📦 to TestPyPI runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python 3.9 uses: actions/setup-python@v1