diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 39f0d4115b..e0a37e3a73 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -3,6 +3,8 @@ on: push: branches: - main + tags: + - '*' pull_request: # When this workflow is queued, automatically cancel any previous running @@ -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: | diff --git a/recipe/meta.yaml b/recipe/meta.yaml index bdfe046f72..d141cfce59 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: build: noarch: python - number: 1 + number: 2 requirements: host: