Skip to content

Commit 6a13439

Browse files
committed
changed publishing policy
1 parent 81e4b11 commit 6a13439

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ name: Publish forst_sta_client distribution to PyPI
1010

1111
on:
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:
1817
jobs:
1918
deploy:
2019
runs-on: ubuntu-latest

frost_sta_client/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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'

0 commit comments

Comments
 (0)