Skip to content

Commit

Permalink
Update .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Gaurav Sheni <[email protected]>
  • Loading branch information
thehomebrewnerd and gsheni authored Feb 8, 2024
1 parent 4866566 commit 0014b7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
python -m pip install --quiet --upgrade setuptools
- name: Remove build artifacts and docs
run: |
rm -rf .eggs/ rm -rf dist/ rm -rf build/
rm -rf docs/
rm -rf .eggs/ dist/ build/ docs/
- name: Build distribution
run: python -m build

Expand Down

0 comments on commit 0014b7f

Please sign in to comment.