Skip to content

Commit

Permalink
free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleantonazzi committed Apr 14, 2024
1 parent dc6fe15 commit f4f5104
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_manylinux_2010_2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
sudo du /usr/ -hx -d 4 --threshold=1G | sort -hr | head
- name: Configure docker
run: |
docker run micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1 bash
docker exec -it micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1 bash
docker run -it micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1 bash
# Remove existing directory if it exists
if [ -d "repository" ]; then
rm -rf "repository"
Expand Down Expand Up @@ -81,7 +80,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
docker run micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1 bash
docker exec -it micheleantonazzi/manylinux-extended:${{ matrix.manylinux_image }}_x86_64_extended_0.7.1 bash
pip${{ matrix.python_version }} install twine
python${{ matrix.python_version }} -m twine upload dist/gibson*.tar.gz --skip-existing
python${{ matrix.python_version }} -m twine upload wheelhouse/* --skip-existing

0 comments on commit f4f5104

Please sign in to comment.