Skip to content

Commit

Permalink
first.. need pause
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Mar 11, 2024
1 parent 74d2702 commit 68c65f3
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions .conda/bash.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "Building"
Empty file added .conda/meta.yaml
Empty file.
23 changes: 23 additions & 0 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
subDir: '.conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'all'
override: true
dry_run: true
25 changes: 25 additions & 0 deletions tools/.authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- name: Alejandro Velez-Arce
email: [email protected]
github: amva13
aliases:
- Alejandro Velez
- Alex Velez
- Alejandro Velez Arce
alternate_emails:
- [email protected]
- [email protected]
- [email protected]

- name: Kexin Huang
email: [email protected]
github: kexinhuang12345
alternate_emails:
- [email protected]

- name: Marinka Zitnik, PhD
email: [email protected]
github: marinkaz
aliases:
- Marinka Zitnik
alternate_emails:
- [email protected]

0 comments on commit 68c65f3

Please sign in to comment.