Skip to content

Commit

Permalink
#62: Rename VERSION to version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup authored Feb 20, 2022
1 parent f51cf76 commit 3e47b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ release:
sed -i "s/0\.0\.0/${tag}/g" g2w/version.py
sed -i "s/0\.0\.0/${tag}/g" .github/workflows/master.yml
make virtualenv install test
git add g2w/VERSION setup.py .github/workflows/master.yml
git add g2w/version.py setup.py .github/workflows/master.yml
git commit -m "version set to ${tag}"
python -m pip install --upgrade pip
pip install setuptools wheel twine
Expand Down

0 comments on commit 3e47b68

Please sign in to comment.