Skip to content

Project name must match PyPi#9

Merged
richdawe-cio merged 1 commit into
mainfrom
cdp-6173-fix-project-name
Jun 26, 2026
Merged

Project name must match PyPi#9
richdawe-cio merged 1 commit into
mainfrom
cdp-6173-fix-project-name

Conversation

@richdawe-cio

@richdawe-cio richdawe-cio commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Following on from #8 , we need to update the project name in pyproject.toml to match the name in PyPi for trusted publishing workflows. Otherwise they will fail.


Note

Low Risk
Single metadata field change with no runtime or import-path impact; only affects how the distribution is named on publish.

Overview
Updates the [project].name in pyproject.toml from customerio_cdp_analytics to customerio-cdp-analytics so it matches the name on PyPI.

This is required for trusted publishing workflows to succeed after the related packaging changes in the prior PR.

Reviewed by Cursor Bugbot for commit 115e3c2. Bugbot is set up for automated code reviews on this repo. Configure here.

Comment thread pyproject.toml
name = "customerio-cdp-analytics"
dynamic = ["version"]
# Version is derived from git tags via setuptools-scm (e.g. tag v3.0.0 → version 3.0.0)
description = "Customer.io Data Pipelines (CDP) Python bindings."

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@richdawe-cio richdawe-cio merged commit e84a8e6 into main Jun 26, 2026
11 checks passed
@richdawe-cio richdawe-cio deleted the cdp-6173-fix-project-name branch June 26, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant