Skip to content

Commit 91e3f63

Browse files
joseph-sentrytnt-sentry
authored andcommitted
Update README to reflect changes to CI
(cherry picked from commit 78593bb)
1 parent d347be9 commit 91e3f63

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@ There are a few guidelines when developing in this system. Some notable folders:
289289
2. `services` - It's where the heavy logic resides. It's mostly organized by which command needs them. Commands should generally be thin wrappers around these services.
290290
3. `helpers` - This is meant for logic that is useful across different commands. For example, logging helpers, or the logic that searches folders.
291291

292+
## Dependencies
293+
294+
If external dependencies need to be added, it's important to check whether those dependencies have wheels available on PyPI with the `any` or `universal2` platform tags. If those dependencies don't have those wheels available, then they will need to built during the CI, so they will have to be added to the list of
295+
dependencies in the `--no-binary` flag when building the requirements for the macos release in `build_assets.yml`.
296+
292297
# Releases
293298

294299
The standard way to making a new release is the following:

0 commit comments

Comments
 (0)