We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a971f commit e9df556Copy full SHA for e9df556
BUILDING.md
@@ -3,6 +3,7 @@
3
### Pre-requisites
4
```
5
pip install -r requirements.build.txt
6
+pip install -e .
7
8
9
### Distribution
@@ -28,10 +29,10 @@ git tag
28
29
30
# Create tags on the main branch!
31
# tag create locally & upload
-git tag -a v0.3.10 -m 'meteo fixes' && git push origin v0.3.10
32
+git tag -a v0.3.11 -m 'wind flip' && git push origin v0.3.11
33
34
# delete tag locally & upstream
-git tag --delete v0.3.10 && git push --delete origin v0.3.10
35
+git tag --delete v0.3.11 && git push --delete origin v0.3.11
36
37
# view calculated version to check is not dirty
38
python -m setuptools_scm
0 commit comments