Skip to content

Commit

Permalink
Merge pull request dipy#3369 from matthewfeickert/ci/fix-upload
Browse files Browse the repository at this point in the history
ci: Bump scientific-python/upload-nightly-action from 0.6.0 to 0.6.1
  • Loading branch information
skoudoro authored Oct 2, 2024
2 parents 94a3de4 + 4cd899e commit c8fe511
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@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
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@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
with:
artifacts_path: dist
anaconda_nightly_upload_token: ${{secrets.ANACONDA_SCIENTIFIC_PYTHON_NIGHTLY_TOKEN}}
Expand Down

0 comments on commit c8fe511

Please sign in to comment.