Skip to content

Commit 6d4f46f

Browse files
Remove upload wheel section
1 parent b83a46d commit 6d4f46f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/conda-package.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,3 @@ jobs:
6868
run: |
6969
anaconda --token $ANACONDA_TOKEN upload --user dppy --label dev ${PACKAGE_NAME}-*.tar.bz2
7070
71-
- name: Upload Wheels
72-
env:
73-
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
74-
run: anaconda --token ${{ env.ANACONDA_TOKEN }} upload --user dppy --label dev ${{ env.PACKAGE_NAME }}-*.whl --version ${{ env.PACKAGE_VERSION }}
75-
76-

0 commit comments

Comments
 (0)