Skip to content

Commit

Permalink
fix: Make conda package support multiple python versions #2227 (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok authored and mturoci committed Feb 7, 2024
1 parent 2cfff75 commit 973963b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: Publish to Conda
uses: amauryval/[email protected]
with:
CondaDir: 'py/conda'
CondaDir: 'py/h2o_wave/conda'
Platforms: 'noarch'
CondaUsername: ${{ secrets.CONDA_USERNAME }}
CondaPassword: ${{ secrets.CONDA_PASSWORD }}
env:
# VERSION clashes with conda build. Use PKG_VERSION instead.
PKG_VERSION: ${{ env.VERSION }}
1 change: 1 addition & 0 deletions py/h2o_wave/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ source:
path: ..

build:
noarch: python
script: python -m pip install . -vv
entry_points:
{% for module, entrypoints in project['scripts'].items() %}
Expand Down

0 comments on commit 973963b

Please sign in to comment.