dependabot[bot]
88357675ea
Bump the github-actions group with 7 updates
...
Bumps the github-actions group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `2` | `6` |
| [actions/setup-python](https://github.com/actions/setup-python ) | `2` | `6` |
| [docker/build-push-action](https://github.com/docker/build-push-action ) | `5` | `6` |
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun ) | `1` | `2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4` | `5` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `4` | `6` |
| [actions/stale](https://github.com/actions/stale ) | `9` | `10` |
Updates `actions/checkout` from 2 to 6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v6 )
Updates `actions/setup-python` from 2 to 6
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v6 )
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
Updates `oven-sh/setup-bun` from 1 to 2
- [Release notes](https://github.com/oven-sh/setup-bun/releases )
- [Commits](https://github.com/oven-sh/setup-bun/compare/v1...v2 )
Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
Updates `actions/download-artifact` from 4 to 6
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v6 )
Updates `actions/stale` from 9 to 10
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v9...v10 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: oven-sh/setup-bun
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/stale
dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 20:45:49 +00:00
yangdx
e5cbc593f4
Optimize Docker build with multi-stage frontend compilation
...
• Add frontend build stage to Dockerfile
• Remove --production flag from bun install
• Fix frontend asset integration
2025-10-14 15:02:58 +08:00
yangdx
8bf411314e
Standardize build commands and remove --emptyOutDir flag
...
• Uses exact versions from `bun.lock` without updating
• Skips devDependencies, saving time and bandwidth
• The --emptyOutDir already configured in vite.config.ts
2025-10-14 02:49:25 +08:00
yangdx
be9e6d1612
Exclude Frontend Build Artifacts from Git Repository
...
• Automate frontend build in CI/CD
• Add build validation checks
• Clean git repo of build artifacts
• Comprehensive build guide docs
• Smart setup.py build validation
2025-10-13 23:43:34 +08:00
yangdx
d57fce1aac
Add manual trigger to PyPI publish workflow
2025-09-08 22:03:54 +08:00
yangdx
d85ff5b9d7
Fix variable reference in PyPI publish workflow
2025-09-05 02:37:22 +08:00
yangdx
b88ab7c04e
Revert "Remove PyPI environment from publish workflow"
...
This reverts commit 688550a9c6 .
2025-09-05 02:00:44 +08:00
yangdx
688550a9c6
Remove PyPI environment from publish workflow
2025-09-05 01:53:20 +08:00
yangdx
ed5b9b414c
Add automatic version extraction from git tags to PyPI workflow
...
* Fetch full git history for tags
* Extract version from latest git tag
* Update __init__.py with tag version
* Display updated version for verification
2025-09-05 01:48:53 +08:00
zrguo
1720771cdf
Create pypi-publish.yml
2025-04-27 02:11:52 +08:00
zrguo
1e3634f6da
Delete pypi-publish.yml
2025-04-27 02:09:13 +08:00
zrguo
1f9764189c
Update pypi-publish.yml
2025-04-27 01:49:20 +08:00
zrguo
120f9ca6c0
Create pypi-publish.yml
2025-04-27 01:45:03 +08:00