Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed May 13, 2024
2 parents 763dea7 + 50f1e2d commit ed6b097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit ed6b097

Please sign in to comment.