Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-jupyter-singleuser
Browse files Browse the repository at this point in the history
  • Loading branch information
vevetron authored May 28, 2024
2 parents 8568eea + df3dbb8 commit d5c7c80
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-calitp-map-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: sudo apt-get install -y libgraphviz-dev graphviz-dev
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- run: |
curl -sSL https://install.python-poetry.org | python -
poetry install
Expand Down
3 changes: 1 addition & 2 deletions apps/maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ data validation as well as Typescript types for type-hinting in the Svelte app.
a few CLI commands to facilitate validating pre-existing data with those types and/or generate a quick URL
with state for testing.

TODO: a GitHub Action workflow exists to build the package, but it does not currently publish to pypi; right now
that is done manually with `poetry publish`.
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.

## Developing the maps app

Expand Down
8 changes: 4 additions & 4 deletions apps/maps/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/maps/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "calitp_map_utils"
version = "2024.5.23"
version = "2024.5.24"
description = ""
authors = ["Andrew Vaccaro <[email protected]>"]
readme = "README.md"
Expand Down
Loading

0 comments on commit d5c7c80

Please sign in to comment.