@ -26,7 +26,8 @@ steps:
commands:
- git checkout .
- pip install twine -e .
- shore verify --tag "$DRONE_TAG" --tag-check=require
- shore verify --tag "$DRONE_TAG" --tag-check=require --update-check=ignore
- git diff
- echo "[pypi]\nusername = __token__\npassword = $PYPI_TOKEN\n" >> ~/.pypirc
- shore publish pypi
depends_on:
@ -1,5 +1,5 @@
name: nr.shore
version: "0.0.25"
version: "0.0.26"
license: MIT
url: https://git.niklasrosenstein.com/NiklasRosenstein/shore
description: |
@ -1,3 +1,3 @@
__version__ = '0.0.25'
__version__ = '0.0.26'
__author__ = 'Niklas Rosenstein <rosensteinniklas@gmail.com>'