Skip to content

Commit 75e952a

Browse files
Fix Up PyPI Upload Process (#3208)
1 parent bf06c7e commit 75e952a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
- if: ${{ github.ref == 'refs/heads/main' }}
5454
run: poetry publish --skip-existing
5555
env:
56-
POETRY_TEST_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_CALITP_DATA_INFRA_TOKEN }}
56+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_CALITP_DATA_INFRA_TOKEN }}

packages/calitp-data-analysis/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "calitp-data-analysis"
3-
version = "2023.9.18"
3+
version = "2024.1.3"
44
description = "Shared code for querying Cal-ITP data in notebooks, primarily."
55
authors = ["Andrew Vaccaro <[email protected]>"]
66

packages/calitp-data-infra/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "calitp-data-infra"
3-
version = "2023.7.25"
3+
version = "2024.1.3"
44
description = "Shared code for developing data pipelines that process Cal-ITP data."
55
authors = ["Andrew Vaccaro <[email protected]>"]
66

0 commit comments

Comments
 (0)