From a583239101985d1158493c8fa980d4d5cfb81cfa Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Tue, 8 Oct 2024 22:04:31 +0200 Subject: [PATCH] ci: update d-a + t-e --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9135034..919aaf8 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -53,7 +53,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: [ tests ] steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: wheels - uses: conda-incubator/setup-miniconda@v2 @@ -66,5 +66,5 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - pip install --upgrade twine + pip install --upgrade typing-extensions twine twine upload --skip-existing *