Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 791 Bytes

README.contributing.md

File metadata and controls

61 lines (39 loc) · 791 Bytes

How to contribute to gpt-multi-atomic-agents

How to contribute

Your contribution is welcome!

Please open a matching Issue and a Pull Request, with some explanation of the changes.

To format and lint

./lint.sh

To test

./test.sh

We wil try to process your PR in a reasonable time.

How to publish [for package owner]

  1. Install
poetry install
  1. Create an account on pypi.org and create an API token

  2. Registry your pypi.org token with poetry:

poetry config pypi-token.pypi <your-api-token>
  1. Build
poetry build
  1. Publish
poetry publish

Or in one command:

./publsh.sh
  1. Run e2e test, to see package is consumable
./test.e2e.sh