Skip to content

Commit

Permalink
[fix]: Specification of manylinux tag was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 10, 2021
1 parent 08c9373 commit 5d475e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
many_linux_tag: [manylinux1 manylinux2010 manylinux2014]
many_linux_tag: [manylinux1, manylinux2010, manylinux2014]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5d475e9

Please sign in to comment.