You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tesp_support/README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ Development Work Flow for tesp_support
36
36
* When ready, edit the tesp_support version number and dependencies in setup.py
37
37
* To deploy follow the instructions in the Python Packaging Guide:
38
38
1. Create an account on PyPI if you haven't yet.
39
-
2. Create the source distribution and wheels for your package: python setup.py sdist bdist_wheel
40
-
3. Install twine (or make sure you have version 2.0 or newer): pip install twine
39
+
2. Install twine and build: pip install twine build
40
+
3. Create the source distribution, change to tesp_support directory execute: python3 -m build .
41
41
4. Check your distribution files for errors: twine check dist/*
42
42
5. (Optional) Upload to the PyPI test server first (note: separate user registration required): twine upload --repository-url https://test.pypi.org/legacy/ dist/*
0 commit comments