Skip to content

Commit

Permalink
ci: Attempts to fix conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Dec 22, 2023
1 parent 61a0758 commit 3dea44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
echo "BUILD_VERSION=0.8.0a0" | cut -c 2- >> $GITHUB_ENV
python setup.py sdist
mkdir conda-dist
conda build .conda/ -c conda-forge -c pypdfium2-team --output-folder conda-dist
conda build .conda/ -c conda-forge -c pypdfium2-team -c bblanchon --output-folder conda-dist
ls -l conda-dist/noarch/*tar.bz2

0 comments on commit 3dea44e

Please sign in to comment.