From 68c65f38e98dc5389b64b311facec032066dcc6d Mon Sep 17 00:00:00 2001 From: Alejandro Velez Date: Mon, 11 Mar 2024 14:52:40 -0400 Subject: [PATCH] first.. need pause --- .conda/bash.sh | 1 + .conda/meta.yaml | 0 .github/workflows/publish_conda.yml | 23 +++++++++++++++++++++++ tools/.authors.yml | 25 +++++++++++++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 .conda/bash.sh create mode 100644 .conda/meta.yaml create mode 100644 .github/workflows/publish_conda.yml create mode 100644 tools/.authors.yml diff --git a/.conda/bash.sh b/.conda/bash.sh new file mode 100644 index 00000000..70602156 --- /dev/null +++ b/.conda/bash.sh @@ -0,0 +1 @@ +echo "Building" \ No newline at end of file diff --git a/.conda/meta.yaml b/.conda/meta.yaml new file mode 100644 index 00000000..e69de29b diff --git a/.github/workflows/publish_conda.yml b/.github/workflows/publish_conda.yml new file mode 100644 index 00000000..6da425aa --- /dev/null +++ b/.github/workflows/publish_conda.yml @@ -0,0 +1,23 @@ +name: publish_conda + +on: + push: + branches: + - conda_packaging + release: + types: [published] + +jobs: + publish: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + + - name: publish-to-conda + uses: MichaelsJP/conda-package-publish-action@v1.0.0 + with: + subDir: '.conda' + AnacondaToken: ${{ secrets.ANACONDA_TOKEN }} + platforms: 'all' + override: true + dry_run: true \ No newline at end of file diff --git a/tools/.authors.yml b/tools/.authors.yml new file mode 100644 index 00000000..dab5aa8d --- /dev/null +++ b/tools/.authors.yml @@ -0,0 +1,25 @@ +- name: Alejandro Velez-Arce + email: alejandro_velez-arce@hms.harvard.edu + github: amva13 + aliases: + - Alejandro Velez + - Alex Velez + - Alejandro Velez Arce + alternate_emails: + - amva13@mit.edu + - alejandro.velez.arce@gmail.com + - alex@alexv24.com + +- name: Kexin Huang + email: kexinh@stanford.edu + github: kexinhuang12345 + alternate_emails: + - kexinhuang@hsph.harvard.edu + +- name: Marinka Zitnik, PhD + email: marinka@hms.harvard.edu + github: marinkaz + aliases: + - Marinka Zitnik + alternate_emails: + - marinka@zitnik.si \ No newline at end of file