Skip to content

Commit f81a948

Browse files
authored
Merge pull request #3356 from cal-itp/upgrade-python-publish-workflows
Upgrade python publish workflows
2 parents 737099a + 0c86078 commit f81a948

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-calitp-map-utils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: sudo apt-get install -y libgraphviz-dev graphviz-dev
2828
- uses: actions/setup-python@v4
2929
with:
30-
python-version: '3.9'
30+
python-version: '3.11'
3131
- run: |
3232
curl -sSL https://install.python-poetry.org | python -
3333
poetry install

apps/maps/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ data validation as well as Typescript types for type-hinting in the Svelte app.
1515
a few CLI commands to facilitate validating pre-existing data with those types and/or generate a quick URL
1616
with state for testing.
1717

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.
2019

2120
## Developing the maps app
2221

0 commit comments

Comments
 (0)