Skip to content

Commit

Permalink
Disable isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jul 7, 2024
1 parent 4d4f1ef commit bd2fe5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ runs:
- run: pip install build twine
shell: bash

- run: python3 -m build
# We must disable isolation due to use of backend-path.
- run: python3 -m build --no-isolation
shell: bash

- run: twine check dist/*.*
Expand Down

0 comments on commit bd2fe5f

Please sign in to comment.