Skip to content

Commit

Permalink
Merge pull request #289 from gbouras13/deve
Browse files Browse the repository at this point in the history
update release [skip ci]
  • Loading branch information
gbouras13 authored Sep 4, 2023
2 parents 826a252 + 40815f6 commit 885fef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
channels: conda-forge,bioconda,defaults
channel-priority: strict
auto-update-conda: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish package to Pypi
Expand Down

0 comments on commit 885fef2

Please sign in to comment.