weavel-ai / Ape

Your first AI prompt engineer
https://docs.weavel.ai/sdk-reference/ape-common
MIT License
331 stars 13 forks source link

[fix] Update package directory path in publish workflow #28

Closed aschung01 closed 1 week ago

aschung01 commented 1 week ago

Description

This pull request updates the package directory path in the publish workflow file (.github/workflows/publish.yml). The change modifies the pypa/gh-action-pypi-publish action configuration, replacing the package_directory parameter with packages-dir. This adjustment is likely made to align with the latest version of the PyPI publish action, ensuring the correct directory is used for package distribution.

The modification is minimal but crucial for the proper functioning of the automated publishing process. By updating this parameter, the workflow will now correctly locate and publish the Python package to PyPI.

Changes that Break Backward Compatibility

N/A

Documentation

N/A

Created with Palmier

aschung01 commented 1 week ago

@palmier-bot describe