Skip to content

Commit 54a7f39

Browse files
committed
deploy steps
1 parent 58d72e9 commit 54a7f39

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/.deployment.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Build & Deploy
2+
3+
Note: If you're not Brian, don't try this.
4+
5+
# Modify version
6+
7+
Change the version in pyproject.toml
8+
9+
# Tag
10+
11+
```
12+
(ok) $ git tag -a 2.4.1 -m 'some message'
13+
(ok) $ git push --tags
14+
```
15+
16+
# Release
17+
18+
Go to [new release](https://github.com/okken/pytest-check/releases/new) and manually create one based on the above tag.

0 commit comments

Comments
 (0)