We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scientific-python/upload-nightly-action
1 parent 03d3e0b commit 0063a51Copy full SHA for 0063a51
.github/workflows/nightly-wheels.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 0
14
- uses: actions/setup-python@v5
15
with:
16
- python-version: "3.11"
+ python-version: "3.12"
17
18
- name: Install dependencies
19
run: |
@@ -38,7 +38,7 @@ jobs:
38
fi
39
40
- name: Upload wheel
41
- uses: scientific-python/upload-nightly-action@ccf29c805b5d0c1dc31fa97fcdb962be074cade3 # 0.6.0
+ uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
42
43
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_NIGHTLY }}
44
artifacts_path: dist
0 commit comments