Skip to content

Commit

Permalink
Update DEVELOPMENT.md instructions
Browse files Browse the repository at this point in the history
* No more PGP sigs (pypi has deprecated them)
* Use python -m build instead of manuall setup.py call
  • Loading branch information
hannob committed Apr 21, 2024
1 parent 3f31ef2 commit cf600a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Expand Up @@ -12,9 +12,9 @@ How to make a new release
```
* Build the wheel and source distribution:
```
python setup.py bdist_wheel sdist
python -m build
```
* Upload to PyPI:
```
twine upload -s dist/*
twine upload dist/*
```

0 comments on commit cf600a8

Please sign in to comment.