File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
- run : pip install setuptools
24
24
- run : python setup.py sdist
25
25
- run : pip wheel --no-deps . -w dist
26
- - name : Publish package distributions to Test PyPI
26
+ - name : Publish package distributions to PyPI
27
27
uses : pypa/gh-action-pypi-publish@release/v1
28
28
with :
29
29
packages-dir : dist/
Original file line number Diff line number Diff line change 9
9
setup (
10
10
name = 'flowable.external-worker-client' ,
11
11
packages = ['flowable' , 'flowable.external_worker_client' ],
12
- version = '1.0.0.rc2 ' ,
12
+ version = '1.0.0' ,
13
13
description = 'Flowable External Worker Library to connect Python code to Flowable using an external worker.' ,
14
14
long_description = long_description ,
15
15
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments