Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 447 Bytes

maintainernotes.md

File metadata and controls

21 lines (16 loc) · 447 Bytes

Maintainer's build notes

git commit 
git clean -fdx --dry-run
tox
bumpver update --patch
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD

gpg sign soon!

test:

pip uninstall -y openai pyperclip phronesitron pdfminer.six termcolor
python -m pip cache purge

poetry build; pip install --force-reinstall dist/*.whl; rehash

Add stuff from https://openai.com/blog/introducing-chatgpt-and-whisper-apis