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 2323 - run : pip install setuptools
2424 - run : python setup.py sdist
2525 - run : pip wheel --no-deps . -w dist
26- - name : Publish package distributions to Test PyPI
26+ - name : Publish package distributions to PyPI
2727 uses : pypa/gh-action-pypi-publish@release/v1
2828 with :
2929 packages-dir : dist/
Original file line number Diff line number Diff line change 99setup (
1010 name = 'flowable.external-worker-client' ,
1111 packages = ['flowable' , 'flowable.external_worker_client' ],
12- version = '1.0.0.rc2 ' ,
12+ version = '1.0.0' ,
1313 description = 'Flowable External Worker Library to connect Python code to Flowable using an external worker.' ,
1414 long_description = long_description ,
1515 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments