Skip to content

Commit

Permalink
Use modern build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 2, 2023
1 parent efe77c8 commit d9e9782
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,13 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install pretalx
run: pip3 install pretalx
- name: Install Dependencies
run: pip3 install twine check-manifest -Ue .
- name: Run check-manifest
run: check-manifest .
working-directory: .
- name: Build package
run: python setup.py sdist
run: python -m build
working-directory: .
- name: Check package
run: twine check dist/*
Expand Down

0 comments on commit d9e9782

Please sign in to comment.