Skip to content

Commit

Permalink
v3.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
ravipurohit1991 committed Sep 10, 2022
1 parent c89eeb3 commit 01925b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Publish_Conda
name: publish_conda

on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- name: publish-to-conda
uses: ravipurohit1991/conda-package-publish-action@master
uses: maxibor/conda-package-publish-action@v1.1
with:
subDir: 'conda.recipe'
AnacondaUsername: ${{ secrets.CONDA_USERNAME }}
AnacondaPassword: ${{ secrets.CONDA_PASSWORD }}
subDir: 'conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
2 changes: 0 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ build:
- lauenn=lauetoolsnn.lauetoolsneuralnetwork:start
- lauenn_addmat=lauetoolsnn.util_scripts.add_material:start
- lauenn_mat=lauetoolsnn.util_scripts.add_material:querymat
noarch: python
script: {{ PYTHON }} -m pip install --no-deps --no-cache-dir . -vv
number: 0
osx_is_app: True

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setuptools.setup(
name="lauetoolsnn",

version="3.0.65",
version="3.0.66",

author="Ravi raj purohit PURUSHOTTAM RAJ PUROHIT",

Expand Down

0 comments on commit 01925b6

Please sign in to comment.