Skip to content

Conversation

aaronsteers
Copy link
Contributor

uses passwordless auth and uv-dynamic-versioning

@Copilot Copilot AI review requested due to automatic review settings August 7, 2025 22:01
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR configures the project for automated PyPI publishing by implementing passwordless authentication and dynamic versioning. The changes prepare the package for CI/CD deployment with proper versioning and naming conventions.

  • Updates package name to include "airbyte-" prefix for better PyPI discoverability
  • Implements dynamic versioning using git tags through uv-dynamic-versioning
  • Adds CLI alias to support package name consistency

Copy link

github-actions bot commented Aug 7, 2025

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This Branch via MCP

To test the changes in this specific branch with an MCP client like Claude Desktop, use the following configuration:

{
  "mcpServers": {
    "connector-builder-mcp-dev": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/airbytehq/connector-builder-mcp.git@aj/chore/publish-workflow", "connector-builder-mcp"]
    }
  }
}

Testing This Branch via CLI

You can test this version of the MCP Server using the following CLI snippet:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/connector-builder-mcp.git@aj/chore/publish-workflow#egg=airbyte-connector-builder-mcp' --help

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /poe <command> - Runs any poe command in the uv virtual environment

📝 Edit this welcome message.

Copy link

github-actions bot commented Aug 7, 2025

PyTest Results (Fast)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 9d9fa4f. ± Comparison against base commit 05730ad.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 7, 2025

PyTest Results (Full)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 9d9fa4f. ± Comparison against base commit 05730ad.

♻️ This comment has been updated with latest results.

@aaronsteers aaronsteers merged commit 100d954 into main Aug 7, 2025
11 checks passed
@aaronsteers aaronsteers deleted the aj/chore/publish-workflow branch August 7, 2025 22:08
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