Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 331 Bytes

ffmpeg-tools

Tools for using ffmpeg functionalities in python.

Deploying

  1. Bump version of ffmepg-tools in setup.py.

  2. Build wheel:

     python setup.py bdist_wheel
    
  3. Deploy to our PyPi server. This needs that you provided valid gpg key through agent that this script can reach.

     ./deploy/upload.sh