We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac7259 commit 0c79217Copy full SHA for 0c79217
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: pip install setuptools
24
- run: python setup.py sdist
25
- run: pip wheel --no-deps . -w dist
26
- - name: Publish package distributions to Test PyPI
+ - name: Publish package distributions to PyPI
27
uses: pypa/gh-action-pypi-publish@release/v1
28
with:
29
packages-dir: dist/
setup.py
@@ -9,7 +9,7 @@
9
setup(
10
name='flowable.external-worker-client',
11
packages=['flowable', 'flowable.external_worker_client'],
12
- version='1.0.0.rc2',
+ version='1.0.0',
13
description='Flowable External Worker Library to connect Python code to Flowable using an external worker.',
14
long_description=long_description,
15
long_description_content_type='text/markdown',
0 commit comments