Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test package upload
Browse files Browse the repository at this point in the history
imagejan committed Apr 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1364ca3 commit 468d189
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -21,3 +21,10 @@ jobs:
uses: prefix-dev/[email protected]
with:
artifact-name: package-${{ matrix.target-platform }}
- run: |
for pkg in $(find output -type f \( -name "*.conda" -o -name "*.tar.bz2" \) ); do
echo "Uploading ${pkg}"
rattler-build upload prefix -c fmi-faim "${pkg}"
done
env:
PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }}
4 changes: 2 additions & 2 deletions conda.recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# this sets up "context variables" (in this case name and version) that
# can later be used in Jinja expressions
context:
version: 2.14.0
name: run-fiji
version: 0.1.0
name: faim-fiji

# top level package information (name and version)
package:

0 comments on commit 468d189

Please sign in to comment.