Skip to content

Commit

Permalink
Merge pull request #3 from IntelPython/fix-upload-section-of-workflow
Browse files Browse the repository at this point in the history
Remove upload wheel section
  • Loading branch information
oleksandr-pavlyk authored Aug 29, 2024
2 parents b83a46d + 6d4f46f commit 1da3852
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,3 @@ jobs:
run: |
anaconda --token $ANACONDA_TOKEN upload --user dppy --label dev ${PACKAGE_NAME}-*.tar.bz2
- name: Upload Wheels
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: anaconda --token ${{ env.ANACONDA_TOKEN }} upload --user dppy --label dev ${{ env.PACKAGE_NAME }}-*.whl --version ${{ env.PACKAGE_VERSION }}


0 comments on commit 1da3852

Please sign in to comment.