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 5227e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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
anaconda upload $ARTIFACT_PATH

0 comments on commit 5227e2b

Please sign in to comment.