Your IP : 216.73.216.79


Current Path : /var/www/pythonian/signature_detection/
Upload File :
Current File : /var/www/pythonian/signature_detection/update_package.md

# Update PyPi

## Update `setup.py`

`version` need to be update.

## Build

```bash
python setup.py bdist_wheel sdist
```

## Upload

```bash
twine upload dist/*
```