Skip to content

Commit

Permalink
unlock anaconda upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 6bb7b6e commit 081e41c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ jobs:
name: conda_package
path: conda_dist/

# anaconda upload $ARTIFACT_PATH
- name: Upload to Anaconda
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
run: |
ARTIFACT_PATH=conda_dist/noarch/pypdfium2_${{ inputs.package }}-*.tar.bz2
file $ARTIFACT_PATH
ARTIFACT_PATH="conda_dist/noarch/pypdfium2_${{ inputs.package }}-*.tar.bz2"
file "$ARTIFACT_PATH"
anaconda upload "$ARTIFACT_PATH"

0 comments on commit 081e41c

Please sign in to comment.