Skip to content

Commit 1da3852

Browse files
Merge pull request #3 from IntelPython/fix-upload-section-of-workflow
Remove upload wheel section
2 parents b83a46d + 6d4f46f commit 1da3852

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/conda-package.yml

-6
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)