Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent aafcbb2 commit 5476e22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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/

- name: Print package
run: file conda_dist/noarch/pypdfium2_${{ inputs.package }}-*.tar.bz2

# - name: Upload to Anaconda
# run: anaconda upload conda_dist/noarch/pypdfium2_${{ inputs.package }}-*.tar.bz2
# env:
# ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
# 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

0 comments on commit 5476e22

Please sign in to comment.