Skip to content

Commit

Permalink
update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Nov 6, 2024
1 parent aa491c8 commit c583a1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: mamba install -c conda-forge twine build pip setuptools wheel
run: |
mamba install -c conda-forge twine pip setuptools wheel
pip install build
- name: Build Library
run: python -m build --sdist --wheel
- name: Expose wheel as artifact
Expand Down

0 comments on commit c583a1d

Please sign in to comment.