From 54a7f39546eecfd58aa1f97275177a714770e0ba Mon Sep 17 00:00:00 2001 From: Brian Okken <1568356+okken@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:52:10 -0700 Subject: [PATCH] deploy steps --- .github/.deployment.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/.deployment.md diff --git a/.github/.deployment.md b/.github/.deployment.md new file mode 100644 index 0000000..be86610 --- /dev/null +++ b/.github/.deployment.md @@ -0,0 +1,18 @@ +# Build & Deploy + +Note: If you're not Brian, don't try this. + +# Modify version + +Change the version in pyproject.toml + +# Tag + +``` +(ok) $ git tag -a 2.4.1 -m 'some message' +(ok) $ git push --tags +``` + +# Release + +Go to [new release](https://github.com/okken/pytest-check/releases/new) and manually create one based on the above tag. \ No newline at end of file