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
Copy file name to clipboardExpand all lines: apps/maps/README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ data validation as well as Typescript types for type-hinting in the Svelte app.
15
15
a few CLI commands to facilitate validating pre-existing data with those types and/or generate a quick URL
16
16
with state for testing.
17
17
18
-
TODO: a GitHub Action workflow exists to build the package, but it does not currently publish to pypi; right now
19
-
that is done manually with `poetry publish`.
18
+
A GitHub Action workflow exists to build the package and publish it to PyPi. Be sure to bump the version date in `pyproject.toml` in any pull request that updates the library.
0 commit comments