Skip to content

Commit

Permalink
ci: update d-a + t-e
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Oct 8, 2024
1 parent 25c5bc0 commit a583239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 *

0 comments on commit a583239

Please sign in to comment.