Skip to content

Commit c98c19a

Browse files
committed
use verbose anaconda upload to triage failure
1 parent 52ab452 commit c98c19a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,7 @@ jobs:
416416
417417
upload_linux:
418418
needs: test_linux
419-
if: |
420-
(github.repository == 'IntelPython/dpctl') &&
421-
(github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
419+
if: github.repository == 'IntelPython/dpctl'
422420
runs-on: ubuntu-22.04
423421
timeout-minutes: 20
424422
strategy:
@@ -446,7 +444,7 @@ jobs:
446444
env:
447445
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
448446
run: |
449-
anaconda --token $ANACONDA_TOKEN upload --user dppy --label dev ${PACKAGE_NAME}-*.conda
447+
anaconda --token $ANACONDA_TOKEN --verbose upload --user dppy --label dev ${PACKAGE_NAME}-*.conda
450448
451449
- name: Upload Wheels
452450
env:

0 commit comments

Comments
 (0)