Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f5f5785

Browse files
author
Laurent Thomas
committed
Create pypi_instructions.txt
1 parent 277b569 commit f5f5785

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎pypi_instructions.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# first check that the version number was increased
2+
3+
# open a command prompt in the repo's root
4+
# best use powershell otherwise complicated to paste the API token in the command prompt
5+
6+
# upgrade build and twine
7+
pip install --upgrade build twine
8+
9+
# compile the new version
10+
python -m build
11+
12+
# Upload to pypi
13+
python -m twine upload dist/*
14+
15+
When asekd for the API prompt, paste the token (including the pypi prefix)
16+
Paste command is available when right-clicking the command prompt upper window handle.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /