Skip to content

Commit

Permalink
Remove upload wheel section
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Aug 29, 2024
1 parent b83a46d commit 6d4f46f
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 6d4f46f

Please sign in to comment.