Skip to content

Commit

Permalink
ci: Add rattler build
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Sep 18, 2024
1 parent 6a0ffd4 commit 86fa2df
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/rattler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Package

on: [push]

jobs:
build:
name: Build package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build conda package
uses: prefix-dev/[email protected]
# TODO
# - run: |
# for pkg in $(find output -type f \( -name "*.conda" -o -name "*.tar.bz2" \) ); do
# echo "Uploading ${pkg}"
# rattler-build upload prefix -c my-channel "${pkg}"
# done
# env:
# PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }}
File renamed without changes.
File renamed without changes.

0 comments on commit 86fa2df

Please sign in to comment.