Merged
Conversation
- Set all 6 pyproject.toml files to version 0.1.0 - Create scripts/sync_versions.py for atomic version updates - Add CHANGELOG.md to each package directory (Keep a Changelog format) - Configure semantic-release to run version sync on prepare step Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create reusable publish-pypi.yml workflow with OIDC trusted publishing - Create test-publish.yml for PR build checks with twine validation - Only client packages (cli, sdk, notebook) are published to PyPI Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create python-packages/dataing-meta/ for PyPI distribution - Add extras: cli, sdk, notebook, all - Python 3.10+ support for broader compatibility - Include in test-publish workflow and version sync script Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update requires-python to >=3.10 for all client packages - Add Python version classifiers (3.10-3.13) to pyproject.toml - Add tomli fallback for Python 3.10 in CLI config module - Backend remains at >=3.11 (uses 3.11+ features) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add publish job that runs after semantic-release creates a new version - Build and publish all 4 packages (cli, sdk, notebook, meta) to PyPI - Use OIDC trusted publishing via pypa/gh-action-pypi-publish - Docker and publish jobs run in parallel after release Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update all packages to Apache-2.0 (except dataing-ee which is Proprietary) - Add Apache 2.0 LICENSE files to cli, sdk, notebook packages - Update license classifiers in pyproject.toml files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Default license is Apache-2.0 - Exceptions: docs/ (CC BY-SA 4.0), dataing-ee/ (Proprietary) - Remove redundant entries for paths that share the default license Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dataing-cli,dataing-sdk,dataing-notebook, anddataingmeta-packagedataing-eewhich is Proprietary)Changes
Package Publishing (fn-40.1 - fn-40.5)
scripts/sync_versions.pypublish-pypi.ymlworkflow with OIDC trusted publishingtest-publish.ymlfor PR build validationdataingmeta-package with extras (cli,sdk,notebook,all)release.ymlthat runs after semantic-releaseLicense Standardization