Skip to content

Commit

Permalink
deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
okken committed Aug 28, 2024
1 parent 58d72e9 commit 54a7f39
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/.deployment.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 54a7f39

Please sign in to comment.