File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ name: Publish forst_sta_client distribution to PyPI
1010
1111on :
1212 push :
13- branches : [ master ]
14- # pull_request:
15- # branches: [ master ]
16- # Allows you to run this workflow manually from the Actions tab
17- workflow_dispatch :
13+ tags :
14+ - " v[0-9]+.[0-9]+.[0-9]+"
15+ # Allows you to run this workflow manually from the Actions tab
16+ workflow_dispatch :
1817jobs :
1918 deploy :
2019 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11__title__ = 'frost_sta_client'
2- __version__ = '1.1.46 '
2+ __version__ = '1.1.47 '
33__license__ = 'LGPL3'
44__author__ = 'Fraunhofer IOSB'
55__copyright__ = 'Fraunhofer IOSB'
6- __contact__ = 'maximilian.zenner @iosb.fraunhofer.de'
6+ __contact__ = 'frost @iosb.fraunhofer.de'
77__url__ = 'https://github.com/FraunhoferIOSB/FROST-Python-Client'
88__description__ = 'a client library to facilitate interaction with a FROST SensorThingsAPI Server'
You can’t perform that action at this time.
0 commit comments