Skip to content

Commit

Permalink
Update hyspecppt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleQianliMa authored Jan 28, 2025
1 parent 770cc34 commit a21b511
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/hyspecppt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
anaconda-publish:
name: upload release to Anaconda
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -20,7 +19,13 @@ jobs:
environment-file: environment.yml
cache-environment-key: ${{ runner.os }}-env-${{ hashFiles('**/environment.yml') }}
cache-downloads-key: ${{ runner.os }}-downloads-${{ hashFiles('**/environment.yml') }}

condarc: |
channels:
- conda-forge
- name: build python wheel
shell: bash -l {0}
run: |
python -m build --wheel --no-isolation
- name: build conda package
run: |
# set up environment
Expand Down

0 comments on commit a21b511

Please sign in to comment.