Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Mar 7, 2024
1 parent bf3cb03 commit 731e2c2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,22 +211,22 @@ jobs:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
steps:
- uses: actions/checkout@v4
- name: Download all wheel artifacts
uses: actions/download-artifact@v2
with:
path: dist/
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pip
- name: Show auditwheel information
run: |
python --version
cat $GITHUB_STEP_SUMMARY
pip install -q auditwheel && python ./scripts/auditwheel_show.py
cat $GITHUB_STEP_SUMMARY
- uses: actions/checkout@v4
- name: Download all wheel artifacts
uses: actions/download-artifact@v2
with:
path: dist/
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pip
- name: Show auditwheel information
run: |
python --version
cat $GITHUB_STEP_SUMMARY
pip install -q auditwheel && python ./scripts/auditwheel_show.py
cat $GITHUB_STEP_SUMMARY
publish:
needs: build-wheels
Expand Down

0 comments on commit 731e2c2

Please sign in to comment.