PyAV-Org / PyAV

Pythonic bindings for FFmpeg's libraries.
https://pyav.basswood-io.com/
BSD 3-Clause "New" or "Revised" License
2.44k stars 359 forks source link

Fix wheels not published to pypi on release #1341

Closed laggykiller closed 5 months ago

laggykiller commented 5 months ago

The latest 12.0.0 release did not get publish to PyPI successfully, as it was triggered by release instead of tag push. This PR should fix this problem.

btw You might have to manually upload wheels for this release, or recreate release for 12.0.0 wheels to be published...