Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Apr 15, 2022
1 parent 170012d commit 309f7eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
tags:
- '*'
pull_request:

# When this workflow is queued, automatically cancel any previous running
Expand Down Expand Up @@ -132,12 +134,7 @@ jobs:
- name: Upload conda package
# Only upload on a single CI build when pushing a tagged commit to `main`
if: |
matrix.os == 'ubuntu-latest' &&
matrix.python-version == '3.9' &&
matrix.runtime-version == 'latest' &&
github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags')
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' && matrix.runtime-version == 'latest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
env:
ANACONDA_API_TOKEN: ${{ secrets.COILED_UPLOAD_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
noarch: python
number: 1
number: 2

requirements:
host:
Expand Down

0 comments on commit 309f7eb

Please sign in to comment.