Skip to content

Commit

Permalink
[ci] update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed May 23, 2024
1 parent 8780a75 commit 304b339
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Build package
run: python -m build
run: |
python -m pip install -r requirments_dev.txt
python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 304b339

Please sign in to comment.