Skip to content

Commit

Permalink
change test-release to tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Nov 8, 2023
1 parent 6933048 commit f511626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish Package to Test PyPi

on:
release:
types: [released]
create:
tags:
- v*

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='flowable.external-worker-client',
packages=['flowable', 'flowable.external_worker_client'],
version='1.0.rc1',
version='1.0.0.rc1',
description='Flowable External Worker Library to connect Python code to Flowable using an external worker.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f511626

Please sign in to comment.