We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c5bc0 commit a583239Copy full SHA for a583239
.github/workflows/python.yml
@@ -53,7 +53,7 @@ jobs:
53
if: "startsWith(github.ref, 'refs/tags/')"
54
needs: [ tests ]
55
steps:
56
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
57
with:
58
name: wheels
59
- uses: conda-incubator/setup-miniconda@v2
@@ -66,5 +66,5 @@ jobs:
66
TWINE_USERNAME: __token__
67
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
68
run: |
69
- pip install --upgrade twine
+ pip install --upgrade typing-extensions twine
70
twine upload --skip-existing *
0 commit comments