Skip to content

Commit 3e47b68

Browse files
authored
#62: Rename VERSION to version.py
1 parent f51cf76 commit 3e47b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ release:
1616
sed -i "s/0\.0\.0/${tag}/g" g2w/version.py
1717
sed -i "s/0\.0\.0/${tag}/g" .github/workflows/master.yml
1818
make virtualenv install test
19-
git add g2w/VERSION setup.py .github/workflows/master.yml
19+
git add g2w/version.py setup.py .github/workflows/master.yml
2020
git commit -m "version set to ${tag}"
2121
python -m pip install --upgrade pip
2222
pip install setuptools wheel twine

0 commit comments

Comments
 (0)