Skip to content

Commit

Permalink
ci: Updates CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Dec 22, 2023
1 parent 2c31fe0 commit 64e381d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,9 @@ jobs:
run: conda install -y conda-build conda-verify anaconda-client
- name: Build and publish
shell: bash -el {0}
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
conda verify .conda/meta.yaml
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
ls -l conda-dist/noarch/*tar.bz2
anaconda upload conda-dist/noarch/*tar.bz2

0 comments on commit 64e381d

Please sign in to comment.