Skip to content

Commit

Permalink
Merge pull request dipy#3367 from dipy/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons-fa00c745ac

Bump scientific-python/upload-nightly-action from 0.5.0 to 0.6.0 in the actions group
  • Loading branch information
skoudoro authored Oct 1, 2024
2 parents 7806059 + c9c9d01 commit 94a3de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@ jobs:
path: ./dist
merge-multiple: true
- name: Upload wheel
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
with:
artifacts_path: dist
anaconda_nightly_upload_token: ${{secrets.ANACONDA_NIGHTLY_TOKEN}}
anaconda_nightly_upload_organization: dipy
anaconda_nightly_upload_labels: dev
- name: Upload wheel
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
with:
artifacts_path: dist
anaconda_nightly_upload_token: ${{secrets.ANACONDA_SCIENTIFIC_PYTHON_NIGHTLY_TOKEN}}
Expand Down

0 comments on commit 94a3de4

Please sign in to comment.