Skip to content

Commit

Permalink
python -m pip install tomlkit
Browse files Browse the repository at this point in the history
  • Loading branch information
nycholas committed Oct 28, 2024
1 parent f5c497d commit d53c352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Prepare build
run: |
pip install -U pip tomlkit
python -m pip install tomlkit
python bin/cibw-before-build.py
- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit d53c352

Please sign in to comment.