Skip to content

Commit

Permalink
Release to anaconda (take 2) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Jun 6, 2024
1 parent 7b8844f commit cda66e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ jobs:
packages
release:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
needs: [build]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
environment: deploy
Expand All @@ -284,6 +287,7 @@ jobs:
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: pyodide-env
channels: conda-forge
use-mamba: true

- name: Download build artifact
Expand All @@ -294,7 +298,7 @@ jobs:

- name: Install anaconda-client
run: |
pip install anaconda-client
mamba install -c defaults anaconda-client -y
- name: Upload wheels
run: |
Expand Down

0 comments on commit cda66e1

Please sign in to comment.