Skip to content

Commit

Permalink
Merge pull request #7 from peteryefi/dev
Browse files Browse the repository at this point in the history
Updated pipeline to check package existence
  • Loading branch information
peteryefi authored Oct 21, 2024
2 parents 6eacfa6 + c15d6aa commit 2d32009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
run: |
./run_tests.sh
- name: Clean dist directory
run: rm -rf dist/*

- name: Build package
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 2d32009

Please sign in to comment.