mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2025-08-01 08:21:09 +08:00
Trying like hell to do a release when I'm too tired to do it.
This commit is contained in:
@ -72,6 +72,7 @@ cd tests
|
||||
## Releases
|
||||
|
||||
Be sure to edit the conf.py, and update the release tag: doc/conf.py
|
||||
And also edit setup.py and assure that has the same release tag.
|
||||
New versions of SpiffWorkflow are automatically published to PyPi whenever
|
||||
a maintainer of our GitHub repository creates a new release on GitHub. This
|
||||
is managed through GitHub's actions. The configuration of which can be
|
||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ HERE = pathlib.Path(__file__).parent
|
||||
README = (HERE / "README.md").read_text()
|
||||
|
||||
setup(name='SpiffWorkflow',
|
||||
version='1.1.4',
|
||||
version='1.1.5',
|
||||
description='A workflow framework and BPMN/DMN Processor',
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Reference in New Issue
Block a user