Skip to content

Commit

Permalink
CI: Ensure clean repository when building sdist packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Sep 5, 2023
1 parent 2514d9a commit 1a83269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python setup.py test
- name: Build Python source distribution
run: |
git clean -dfx
python setup.py clean sdist --formats=gztar,zip
- name: Prepare GPG signing key
run: |
Expand Down

0 comments on commit 1a83269

Please sign in to comment.