Skip to content

Commit

Permalink
disable conda packaging momentarily
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Oct 19, 2023
1 parent 1a4d4dd commit 3bd8e53
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
conda-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sed -i "s:9999:${VERSION//*v/}:" setup.py conda/meta.yaml
env:
VERSION: ${{ github.ref }}
- uses: s-weigand/setup-conda@v1
- name: prepare
run: |
conda install -y anaconda-client conda-build conda-verify
conda config --set channel_priority strict
conda config --set anaconda_upload yes
- name: build
run: |
cd conda
conda build --user colomoto --token $ANACONDA_TOKEN -c conda-forge .
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
# conda-publish:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - run: sed -i "s:9999:${VERSION//*v/}:" setup.py conda/meta.yaml
# env:
# VERSION: ${{ github.ref }}
# - uses: s-weigand/setup-conda@v1
# - name: prepare
# run: |
# conda install -y anaconda-client conda-build conda-verify
# conda config --set channel_priority strict
# conda config --set anaconda_upload yes
# - name: build
# run: |
# cd conda
# conda build --user colomoto --token $ANACONDA_TOKEN -c conda-forge .
# env:
# ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit 3bd8e53

Please sign in to comment.