Skip to content

Commit

Permalink
test conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Feb 8, 2024
1 parent 7700e7c commit 4a5d811
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 33 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-linux

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-macos

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-windows

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Check Manifest"

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types: [published]

Expand Down
16 changes: 1 addition & 15 deletions .github/workflows/deploy-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@ on:
- published

jobs:
# publish:
# runs-on: ubuntu-latest
# name: Publish to Conda
# steps:
# - name: Checkout
# uses: actions/checkout@v2
#
# - name: publish-to-conda
# uses: fcakyon/conda-publish-action@v1.3
# with:
# subdir: 'conda-recipe'
# anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
# platforms: 'win osx linux'

build_conda:
runs-on: ubuntu-latest
name: Publish to Conda
Expand All @@ -38,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
auto-update-conda: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docs

on:
push:
branches:
- main
# push:
# branches:
# - main
pull_request:
branches:
- main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-pypi

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down

0 comments on commit 4a5d811

Please sign in to comment.