Skip to content

Commit

Permalink
Merge pull request #39 from potassco:WIP_conda-publish
Browse files Browse the repository at this point in the history
#33 Set conda label
  • Loading branch information
stephanzwicknagl committed Dec 14, 2023
2 parents 0834da1 + c755001 commit d03a843
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ def run():
channels.extend(['conda-forge'])
elif args.package == 'viasp':
path = 'viasp'
channels.extend(['conda-forge', 'stephanzwicknagl/label/dev']) # change this to wherever the viasp-dash and viasp-backend are hosted
channels.append('conda-forge')
# change this to wherever the viasp-dash and viasp-backend are hosted
channels.append('stephanzwicknagl')

version = None
with open('setup.cfg') as fh:
Expand Down

0 comments on commit d03a843

Please sign in to comment.