Skip to content

Commit

Permalink
Merge branch 'upgrade-python-publish-workflows' of github.com:cal-itp…
Browse files Browse the repository at this point in the history
…/data-infra into remotes/origin/upgrade-python-publish-workflows
  • Loading branch information
V committed May 24, 2024
2 parents 7b14ab2 + 463261b commit 71330d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-calitp-data-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
Expand Down
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 71330d4

Please sign in to comment.