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 f51cf76 commit 3e47b68Copy full SHA for 3e47b68
.rultor.yml
@@ -16,7 +16,7 @@ release:
16
sed -i "s/0\.0\.0/${tag}/g" g2w/version.py
17
sed -i "s/0\.0\.0/${tag}/g" .github/workflows/master.yml
18
make virtualenv install test
19
- git add g2w/VERSION setup.py .github/workflows/master.yml
+ git add g2w/version.py setup.py .github/workflows/master.yml
20
git commit -m "version set to ${tag}"
21
python -m pip install --upgrade pip
22
pip install setuptools wheel twine
0 commit comments