Skip to content

Commit

Permalink
try to make space bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Dec 30, 2024
1 parent 0453675 commit c821c4f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
branches:
- main
- github-action-test
release:
types: [published]

Expand All @@ -28,6 +29,15 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit c821c4f

Please sign in to comment.