Skip to content

Commit

Permalink
Use flit to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand Hoffmann committed Nov 15, 2022
1 parent c8d8382 commit ac0b336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade packaging setuptools build
python -m pip install --upgrade packaging flit
- name: Check package version (compare package version with tag)
id: check_package_version
shell: python
Expand All @@ -32,7 +32,7 @@ jobs:
exit(1)
- name: Build sdist & wheel
run: |
python -m build --sdist --wheel
flit build
- name: Update release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit ac0b336

Please sign in to comment.