Skip to content

Commit 74d7162

Browse files
author
Eeshan Garg
committed
tools: Delete the release-packages script.
This script has been outdated for a long time now and has been obsoleted by some recent changes in how packages should be built and distributed. In general, the release process is now too complicated to automate, so we are better off just making the release manually.
1 parent e0f3bd4 commit 74d7162

File tree

2 files changed

+1
-261
lines changed

2 files changed

+1
-261
lines changed

tools/release-packages

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

zulip_bots/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"zulip_bots": ["py.typed"],
1414
}
1515

16-
# IS_PYPA_PACKAGE is set to True by tools/release-packages
17-
# before making a PyPA release.
16+
# IS_PYPA_PACKAGE should be set to True before making a PyPA release.
1817
if not IS_PYPA_PACKAGE:
1918
package_data[""].append("fixtures/*.json")
2019
package_data[""].append("logo.*")

0 commit comments

Comments
 (0)