Skip to content

Commit 0c79217

Browse files
committed
change release to 1.0.0
1 parent 3ac7259 commit 0c79217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
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',

0 commit comments

Comments
 (0)