Skip to content

Commit e1a13ba

Browse files
committed
update release
1 parent 313c233 commit e1a13ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ jobs:
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616

17+
- name: Clean up directories
18+
run: |
19+
sudo rm -rf /usr/share/dotnet
20+
sudo rm -rf /opt/ghc
21+
sudo rm -rf "/usr/local/share/boost"
22+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
23+
24+
1725
- name: Set up Python
1826
uses: actions/setup-python@v5
1927
with:
@@ -82,14 +90,6 @@ jobs:
8290
- name: Build package
8391
run: poetry build
8492

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

9494
- name: Delete existing tag (if any)
9595
run: |

0 commit comments

Comments
 (0)