Skip to content

Commit

Permalink
Remove missed references to old wheels and py27.
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-boyd committed Jan 13, 2024
1 parent 46c671a commit ce719fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
publish:
name: Publish builds on PyPI
runs-on: ubuntu-latest
needs: [sdist, wheels, wheels-old, wheels-win27]
if: ${{ always() && (needs.sdist.result == 'success' || needs.wheels.result == 'success' || needs.wheels-old.result == 'success' || needs.wheels-win27.result == 'success') }}
needs: [sdist, wheels]
if: ${{ always() && (needs.sdist.result == 'success' || needs.wheels.result == 'success') }}
environment:
name: release
url: https://test.pypi.org/p/python-lzo
Expand Down

0 comments on commit ce719fa

Please sign in to comment.