Skip to content

Commit

Permalink
chore(#1): set version
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 17, 2024
1 parent 3627531 commit fe8e248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Expand Up @@ -18,8 +18,8 @@ release:
- pypi.txt
script: |
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9_]+)?$ ]] || exit -1
sed -i "s/0\.0\.0/${tag}/g" version.txt
git commit -am "${tag}"
echo $tag > version.txt
pip install twine
export TWINE_USERNAME=h1alexbel
export TWINE_PASSWORD=$(cat ../pypi.txt)
Expand Down
1 change: 1 addition & 0 deletions version.txt
@@ -0,0 +1 @@
0.0.0

0 comments on commit fe8e248

Please sign in to comment.