Skip to content

Commit

Permalink
Extra stupid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 30, 2023
1 parent 5b7e364 commit 4f9c934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build manylinux2010 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
if: ${{ matrix.config.python-version != "3.11" }}
if: ${{ matrix.config.python-version != '3.11' }}
with:
python-versions: '${{ matrix.config.tag }}'
package-path: ''
Expand Down

0 comments on commit 4f9c934

Please sign in to comment.