Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 288 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 288 Bytes

Deployment

  1. Signup for pypi

https://pypi.org/account/register/

Account Settings -> Add Api Token

  1. Get API Key

Account Settings -> Add Api Token

  1. Configure Token

poetry config pypi-token.pypi your-api-token

  1. Build Project

poetry build

  1. Publish

poetry publish