File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ [distutils]
2
+ index-servers =
3
+ distutils
4
+ test-python3-discogs-client
5
+ python3-discogs-client
6
+
7
+ [test-python3-discogs-client]
8
+ repository = https://test.pypi.org/legacy/
9
+ username = __token__
10
+ password = pypi-REDACTED-TOKEN
11
+
12
+ [python3-discogs-client]
13
+ repository = https://upload.pypi.org/legacy/
14
+ username = __token__
15
+ password = pypi-REDACTED-TOKEN
Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ echo " - Use the \"Generate release notes\" button to get started."
19
19
echo " - Add to the sections with changes"
20
20
echo " - Delete the sections without news"
21
21
echo " - Keep a consistent format between releases as good as possible."
22
+ echo " - Configure PyPI access:'"
23
+ echo " - Make sure you have a ~/.pypirc following PYPIRC_TEMPLATE."
24
+ echo " - Make sure you have a project-specific token for"
25
+ echo " python3-discogs-client on test.pypi.org and pypi.org."
22
26
echo " - Execute 'pypi.sh'"
27
+ echo " - Make sure you have a ~/.pypirc following PYPIRC_TEMPLATE."
23
28
echo " - Builds package (wheel)"
24
29
echo " - Uploads to Test-PyPI"
25
30
echo " - Execute the suggested install command to briefly test the package"
You can’t perform that action at this time.
0 commit comments