Skip to content

Commit

Permalink
remove conda directory since not being maintained (#1516)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz authored Apr 13, 2024
1 parent db13fa6 commit 4424fa7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 109 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,6 @@ on:
- 'v*'

jobs:
conda-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: publish-to-conda
uses: felix5572/conda-publish-action@v1.9
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'noarch'
construct-and-publish:
runs-on: ubuntu-latest
needs: conda-publish
steps:
- uses: actions/checkout@master
- uses: s-weigand/setup-conda@v1
- run: conda install constructor jinja2 -y
- run: constructor ./conda
- name: Upload to release
uses: softprops/action-gh-release@master
if: startsWith(github.ref, 'refs/tags/')
with:
files: dpgen-*.sh
repository: ${{ env.GITHUB_REPOSITORY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release-to-pypi:
name: Release to pypi
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions conda/conda_build_config.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions conda/construct.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions conda/meta.yaml

This file was deleted.

0 comments on commit 4424fa7

Please sign in to comment.