Skip to content

Commit

Permalink
chore(#1): no version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 17, 2024
1 parent 81b5376 commit 3627531
Showing 1 changed file with 1 addition 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
echo $tag > 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

0 comments on commit 3627531

Please sign in to comment.