Skip to content

Commit 71330d4

Browse files
author
V
committed
Merge branch 'upgrade-python-publish-workflows' of github.com:cal-itp/data-infra into remotes/origin/upgrade-python-publish-workflows
2 parents 7b14ab2 + 463261b commit 71330d4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build-calitp-data-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-python@v4
3030
with:
31-
python-version: '3.9'
31+
python-version: '3.11'
3232
- uses: 'google-github-actions/auth@v2'
3333
with:
3434
credentials_json: '${{ secrets.GCP_SA_KEY }}'

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