Skip to content

Commit

Permalink
add anaconda build scrips
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed May 9, 2022
1 parent 16fb5cc commit af3f93a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .conda/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
1 change: 1 addition & 0 deletions .conda/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py install
23 changes: 23 additions & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

package:
name: pyxsteam
version: "0.4.8"

source:
git_rev: v0.4.8
git_url: https://github.com/drunsinn/pyXSteam.git

requirements:
build:
- python
- setuptools
run:
- python

test:
imports:
- pyXSteam

about:
home: https://github.com/drunsinn/pyXSteam
license: LGPL2
2 changes: 1 addition & 1 deletion .github/workflows/conda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: publish-to-conda
uses: maxibor/conda-package-publish-action@v1.1
with:
subDir: 'conda'
subDir: '.conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit af3f93a

Please sign in to comment.