Skip to content

Commit

Permalink
chore(#1): python3 -m twine
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 17, 2024
1 parent b5b0c99 commit 8d3e044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Expand Up @@ -22,8 +22,8 @@ release:
git commit -am "${tag}"
export TWINE_USERNAME=h1alexbel
export TWINE_PASSWORD=$(cat ../pypi.txt)
python setup.py sdist bdist_wheel
twine upload dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
deploy:
script: |
echo "There is no such thing as #deploy"
Expand Down

0 comments on commit 8d3e044

Please sign in to comment.