Skip to content

Commit

Permalink
Fix Up PyPI Upload Process (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall authored Jan 4, 2024
1 parent bf06c7e commit 75e952a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-calitp-data-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- if: ${{ github.ref == 'refs/heads/main' }}
run: poetry publish --skip-existing
env:
POETRY_TEST_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_CALITP_DATA_INFRA_TOKEN }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_CALITP_DATA_INFRA_TOKEN }}
2 changes: 1 addition & 1 deletion packages/calitp-data-analysis/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "calitp-data-analysis"
version = "2023.9.18"
version = "2024.1.3"
description = "Shared code for querying Cal-ITP data in notebooks, primarily."
authors = ["Andrew Vaccaro <andrew.v@jarv.us>"]

Expand Down
2 changes: 1 addition & 1 deletion packages/calitp-data-infra/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "calitp-data-infra"
version = "2023.7.25"
version = "2024.1.3"
description = "Shared code for developing data pipelines that process Cal-ITP data."
authors = ["Andrew Vaccaro <andrew.v@jarv.us>"]

Expand Down

0 comments on commit 75e952a

Please sign in to comment.