You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is published to a private PyPI server ("Artifactory") accessible within the Allen Institute network or over VPN. This has downstream effects for how this library is installed into other Python packages.
14
-
15
-
Having trouble installing? Start here: http://confluence.corp.alleninstitute.org/display/SF/Using+Artifactory#UsingArtifactory-Python.
13
+
This library is published to a private PyPI server on AWS CodeArtifact accessible within the Allen Institute network or over VPN. This has downstream effects for how this library is installed into other Python packages.
16
14
17
15
18
16
## Documentation
@@ -134,9 +132,9 @@ see `Makefile` for others or to inspect the underlying scripts run as part of th
134
132
Releasing fixes requires more than merging to main.
135
133
1. everything in step 2 above: (eg, make lint type-check fmt import-sort )
136
134
2. make doc: (to confirm the docs build)
137
-
3. make publish: to publish to artifactory. Requires a ~/.pypirc file with an entry like:
135
+
3. make publish: to publish to CodeArtifact. Requires a ~/.pypirc file with an entry like:
0 commit comments