tenseleyflow/documentlanguagemodel / 39c37a7

Browse files

Update CONTRIBUTING with PyPI publish info

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
39c37a76cacb8a55432d44249745a76376ff69e9
Parents
4dba4c8
Tree
07c12c3

1 changed file

StatusFile+-
M CONTRIBUTING.md 4 6
CONTRIBUTING.mdmodified
@@ -116,13 +116,11 @@ Docs are built strict in CI but not hosted — read them in-repo or in
116116
 the brew-installed tarball. Hosting (GitHub Pages or a custom
117117
 subdomain) is a separate change, deferred post-v0.9.0.
118118
 
119
-We publish via our Homebrew tap —
119
+We publish to PyPI as
120
+[document-language-model](https://pypi.org/project/document-language-model/).
121
+The `PYPI_TOKEN` secret in GitHub Actions handles automated releases via
122
+`.github/workflows/release.yml`. We also maintain a Homebrew tap at
120123
 [tenseleyFlow/homebrew-tap](https://github.com/tenseleyFlow/homebrew-tap).
121
-**We do not publish to PyPI.** Rationale lives in the audit-05 /
122
-release-mode discussion; the short version is: PyPI makes versions
123
-permanent, requires us to maintain a ~5 GB transitive dep surface,
124
-and signals "this is battle-tested" in a way we're not ready to back
125
-yet.
126124
 
127125
 ### Conservative versioning
128126