Skip to content

Commit

Permalink
Merge pull request #151 from codelion/codelion-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
codelion authored Jan 21, 2025
2 parents b7ccea9 + bd29eb4 commit a1b5840
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@ jobs:
# Add aggressive cleanup before any Docker operations
- name: Free disk space
run: |
# Remove large unnecessary packages
sudo apt-get remove -y '^dotnet-.*' '^llvm-.*' 'php.*' azure-cli google-cloud-sdk mongodb-org
sudo apt-get autoremove -y
sudo apt-get clean
# Remove large directories
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /usr/local/share/powershell
sudo rm -rf /usr/local/share/chromium
# Clean Docker
docker system prune -af
docker image prune -af
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="optillm",
version="0.0.35",
version="0.0.36",
packages=find_packages(),
py_modules=['optillm'],
package_data={
Expand Down

0 comments on commit a1b5840

Please sign in to comment.