Fix whitespace

This commit is contained in:
Joe Rickerby
2021-05-08 17:21:18 +01:00
parent 024334a325
commit c09befbf1b
+6 -6
View File
@@ -11,22 +11,22 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
name: Install Python 3.9 name: Install Python 3.9
with: with:
python-version: 3.9 python-version: 3.9
architecture: x64 architecture: x64
- name: Install dependencies - name: Install dependencies
run: python -m pip install ".[dev]" run: python -m pip install ".[dev]"
- name: "Run update: dependencies" - name: "Run update: dependencies"
run: python ./bin/update_dependencies.py run: python ./bin/update_dependencies.py
- name: "Run update: python configs" - name: "Run update: python configs"
run: python ./bin/update_pythons.py --force run: python ./bin/update_pythons.py --force
# we use this step to grab a Github App auth token, so that PRs generated by this workflow # we use this step to grab a Github App auth token, so that PRs generated by this workflow
# run the GHA tests. # run the GHA tests.
- uses: tibdex/github-app-token@v1 - uses: tibdex/github-app-token@v1
@@ -34,7 +34,7 @@ jobs:
with: with:
app_id: ${{ secrets.CIBUILDWHEEL_BOT_APP_ID }} app_id: ${{ secrets.CIBUILDWHEEL_BOT_APP_ID }}
private_key: ${{ secrets.CIBUILDWHEEL_BOT_APP_PRIVATE_KEY }} private_key: ${{ secrets.CIBUILDWHEEL_BOT_APP_PRIVATE_KEY }}
- name: Create Pull Request - name: Create Pull Request
if: github.ref == 'refs/heads/master' && github.repository == 'joerick/cibuildwheel' if: github.ref == 'refs/heads/master' && github.repository == 'joerick/cibuildwheel'
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@v3