Skip to content

Commit

Permalink
Merge branch 'release-2.6.0rc7'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 25, 2024
2 parents 3099097 + da3dedb commit 56cb684
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "🏃", "description": "Run Docker container to upload Python distribution packages to PyPI", "inputs": {"user": {"description": "PyPI user", "required": false}, "password": {"description": "Password for your PyPI user or an access token", "required": false}, "repository-url": {"description": "The repository URL to use", "required": false}, "packages-dir": {"description": "The target directory for distribution", "required": false}, "verify-metadata": {"description": "Check metadata before uploading", "required": false}, "skip-existing": {"description": "Do not fail if a Python package distribution exists in the target package index", "required": false}, "verbose": {"description": "Show verbose output.", "required": false}, "print-hash": {"description": "Show hash values of files to be uploaded", "required": false}, "attestations": {"description": "[EXPERIMENTAL] Enable experimental support for PEP 740 attestations. Only works with PyPI and TestPyPI via Trusted Publishing.", "required": false}}, "runs": {"using": "docker", "image": "docker://ghcr.io/pypa/gh-action-pypi-publish:release-v1"}}
4 changes: 2 additions & 2 deletions dspy/.internal_dspyai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#replace_package_name_marker
name="dspy-ai",
#replace_package_version_marker
version="2.5.25",
version="2.6.0rc7",
description="DSPy",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -19,5 +19,5 @@
packages=find_packages(include=["dsp.*", "dspy.*", "dsp", "dspy"]),
python_requires=">=3.9",
#replace_dspy_version_marker
install_requires=["dspy>=2.5.3"]
install_requires=["dspy>=2.6.0rc7"]
)
2 changes: 1 addition & 1 deletion dspy/__metadata__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#replace_package_name_marker
__name__="dspy"
#replace_package_version_marker
__version__="2.5.43"
__version__="2.6.0rc7"
__description__="DSPy"
__url__="https://github.com/stanfordnlp/dspy"
__author__="Omar Khattab"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
#replace_package_name_marker
name="dspy"
#replace_package_version_marker
version="2.5.43"
version="2.6.0rc7"
description = "DSPy"
readme = "README.md"
authors = [{ name = "Omar Khattab", email = "[email protected]" }]
Expand Down

0 comments on commit 56cb684

Please sign in to comment.