Skip to content

Commit

Permalink
#14: Switch to pypi from testpypi. Return back version library.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Oct 8, 2021
1 parent 166afde commit 3a665f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.17
0.1.10
2 changes: 1 addition & 1 deletion ci/github-ci-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pip3 install robotframework docutils pygments twine

# Release to PyPi
python3 setup.py sdist
twine upload dist/* -r testpypi
twine upload dist/* -r pypi
if [ $? -ne 0 ]; then
echo "[ERROR] Impossible to release the library to PyPi (reason: uploading to pypi failed)."
exit -1
Expand Down

0 comments on commit 3a665f2

Please sign in to comment.