Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c5b1eb

Browse files
committed
MAINT: remove download-wheels.py and update release-requirements.txt
We're releasing from `numpy/numpy-release` with trusted publishing, hence no more manual shuffling of wheels. The main motivation of this change is that the script pulled in extra dependencies like `urllib3`, which are triggering some (non-applicable) security scanner alerts. [ci skip]
1 parent 50ae74a commit 2c5b1eb

3 files changed

Lines changed: 0 additions & 141 deletions

File tree

doc/RELEASE_WALKTHROUGH.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ documentation. There are a few ways to streamline things:
1717

1818
- Git can be set up to use a keyring to store your GitHub personal access token.
1919
Search online for the details.
20-
- You can use the ``keyring`` app to store the PyPI password for twine. See the
21-
online twine documentation for details.
2220

2321

2422
Prior to release
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# These packages are needed for a release in addition to those needed
22
# for building, testing, and the creation of documentation.
33

4-
# download-wheels.py
5-
urllib3
6-
beautifulsoup4
7-
84
# changelog.py
95
pygithub
106
gitpython>=3.1.30
117

12-
# uploading wheels
13-
twine
14-
158
# uploading release documentation
169
packaging

tools/download-wheels.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)