Skip to content

Commit

Permalink
Update release steps for flake8 scans
Browse files Browse the repository at this point in the history
Signed-off-by: asears <asears@users.noreply.github.com>
  • Loading branch information
asears committed Dec 29, 2020
1 parent 7fa4da5 commit 82f430d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions devtools/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Release Checklist

### PyPI Source and Wheel:
## Lint Static Scan

Check for flake8 issues and spelling.

```shell
flake8 --whitelist ./devtools/allowlist.txt
```

## PyPI Source and Wheel

```shell
conda update setuptools wheel

python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/
```

### Update conda-forge:
## Update conda-forge

```plaintext
- Version
- Zip Hash
```

0 comments on commit 82f430d

Please sign in to comment.