Skip to content

Commit

Permalink
CI: Update scientific-python/upload-nightly-action from 0.3.0 to 0.4.0 (
Browse files Browse the repository at this point in the history
networkx#7309)

* Update the scientific-python/upload-nightly-action to v0.4.0 to avoid issues
  with uploading wheels of the same name to Anaconda Cloud where the project
  being uploaded to only contains one wheel (the one being replaced).
   - c.f. https://github.com/scientific-python/upload-nightly-action/releases/tag/0.4.0
  • Loading branch information
matthewfeickert authored and cvanelteren committed Apr 22, 2024
1 parent 620d90b commit 98cd3f6
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@6e9304f7a3a5501c6f98351537493ec898728299 # 0.3.0
uses: scientific-python/upload-nightly-action@95f7bf6a22281b8072fae929429dd0408f09ea63 # 0.4.0
with:
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_NIGHTLY }}
artifacts_path: dist/

0 comments on commit 98cd3f6

Please sign in to comment.