Skip to content

Commit

Permalink
Fix test for package build
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Sep 16, 2024
1 parent 33d6c55 commit 0361bfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
run: check-manifest .
working-directory: pretalx-foobar
- name: Build package
run: python setup.py sdist
run: python -m build
working-directory: pretalx-foobar
- name: Check package
run: twine check dist/*
working-directory: pretalx-foobar
- name: Run tests
run: py.test tests
working-directory: pretalx-foobar

0 comments on commit 0361bfb

Please sign in to comment.