-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release steps for flake8 scans
Signed-off-by: asears <asears@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |