Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 409 Bytes

AppSignal Python: Deprecated package

The appsignal-beta Python package is now deprecated.

Please install the appsignal Python package instead.

Release

Update the pyproject.toml file and update the version number.

Run these two commands:

rm -rf dist
hatch build
hatch publish

Tag the release in Git:

git tag v#.#.#
git push main v#.#.#