Skip to content

Commit

Permalink
Remove description
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Nov 27, 2024
1 parent 9e37b77 commit b5f91b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@ jobs:
- name: Upload wheels
run: |
# Anaconda denies packages with long descriptions, so set summary to null
anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload --force ./repodata/*.whl --summary ""
anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload --force ./repodata/*.whl --summary=" " --description=" "

0 comments on commit b5f91b8

Please sign in to comment.