Skip to content

Commit

Permalink
Merge pull request #6 from cmake-wheel/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
nim65s authored Jan 2, 2024
2 parents c6b9eb0 + b1e8675 commit d740fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: >
git verify-tag --raw ${{ github.ref_name }} 2>&1
| grep -q 'VALIDSIG 9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- run: pipx install twine
- run: twine upload -u __token__ -p "${{ secrets.PYPI_TOKEN }}" artifact/cmeel_lapack*.whl
- run: twine upload -u __token__ -p "${{ secrets.PYPI_TOKEN }}" artifact/cmeel_lapack*.tar.gz || true
Expand Down

0 comments on commit d740fad

Please sign in to comment.