Skip to content

Commit

Permalink
CI: update upload-nightly-action to 0.5.0 (networkx#7311)
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS authored and cvanelteren committed Apr 22, 2024
1 parent d7064d4 commit 682a99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: List contents of wheel
run: python -m zipfile --list dist/networkx-*.whl
- name: Upload nighlty wheel
uses: scientific-python/upload-nightly-action@95f7bf6a22281b8072fae929429dd0408f09ea63 # 0.4.0
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
with:
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_NIGHTLY }}
artifacts_path: dist/

0 comments on commit 682a99d

Please sign in to comment.