Skip to content

Commit a583239

Browse files
committed
ci: update d-a + t-e
1 parent 25c5bc0 commit a583239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: "startsWith(github.ref, 'refs/tags/')"
5454
needs: [ tests ]
5555
steps:
56-
- uses: actions/download-artifact@v2
56+
- uses: actions/download-artifact@v4
5757
with:
5858
name: wheels
5959
- uses: conda-incubator/setup-miniconda@v2
@@ -66,5 +66,5 @@ jobs:
6666
TWINE_USERNAME: __token__
6767
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
6868
run: |
69-
pip install --upgrade twine
69+
pip install --upgrade typing-extensions twine
7070
twine upload --skip-existing *

0 commit comments

Comments
 (0)