mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
[PR #1] [MERGED] feat: Introduce PDM #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/1
Author: @laipz8200
Created: 12/2/2024
Status: ✅ Merged
Merged: 12/2/2024
Merged by: @laipz8200
Base:
main← Head:feat/introduce-pdm📝 Commits (2)
e71dbdefeat: Introduce PDMd5dcb3achore(src): Removesrc/📊 Changes
8 files changed (+884 additions, -72 deletions)
View changed files
➖
.github/workflows/publish_python.yml(+0 -30)➕
.github/workflows/pypi_publish.yaml(+20 -0)📝
python/.gitignore(+2 -1)➖
python/dify_plugin/requirements.txt(+0 -11)➕
python/pdm.lock(+827 -0)➕
python/pyproject.toml(+35 -0)➖
python/setup.py(+0 -30)➕
python/tests/__init__.py(+0 -0)📄 Description
PDM, as described, is a modern Python package and dependency manager supporting the latest PEP standards. But it is more than a package manager. It boosts your development workflow in various aspects.
Changes
pyproject.tomlinstead of therequirements.txtunderpython/dify_plugin.setup-pdmaction instead of setuptools and publish manually.Before Merge
You need to configure trusted publishers for PyPI so that you don't need to expose the PyPI tokens in the release workflow. To do this, follow the guide to add a publisher.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.