Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesnard committed Oct 25, 2024
1 parent 313c233 commit e1a13ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Clean up directories
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -82,14 +90,6 @@ jobs:
- name: Build package
run: poetry build

- name: Clean up to free space
run: |
rm -rf .venv/
rm -rf tests/
rm -rf coverage.xml
#rm -rf dist/*.tar.gz # Only keep the wheel if you don't need the source distribution
rm -rf build/

- name: Delete existing tag (if any)
run: |
Expand Down

0 comments on commit e1a13ba

Please sign in to comment.