Skip to content

Commit

Permalink
Merge pull request #3356 from cal-itp/upgrade-python-publish-workflows
Browse files Browse the repository at this point in the history
Upgrade python publish workflows
  • Loading branch information
vevetron authored May 24, 2024
2 parents 737099a + 0c86078 commit f81a948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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

0 comments on commit f81a948

Please sign in to comment.