Skip to content

Commit

Permalink
Ignore default case for now
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jan 24, 2024
1 parent 1541631 commit 5e68305
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: List contents of wheel
run: python -m zipfile --list dist/test_package-*.whl

- name: Test upload
uses: ./
with:
artifacts_path: dist
anaconda_nightly_upload_token: ${{ secrets.UPLOAD_TOKEN }}
# - name: Test upload
# uses: ./
# with:
# artifacts_path: dist
# anaconda_nightly_upload_token: ${{ secrets.UPLOAD_TOKEN }}

- name: Test upload with multiple labels
uses: ./
Expand Down

0 comments on commit 5e68305

Please sign in to comment.