mirror of
https://github.com/vale981/releases
synced 2025-03-05 09:41:42 -05:00
Tweak for new invocations release tasks
This commit is contained in:
parent
2d7a87f7b6
commit
c79079347c
1 changed files with 6 additions and 0 deletions
6
tasks.py
6
tasks.py
|
@ -1,3 +1,5 @@
|
||||||
|
from os.path import join
|
||||||
|
|
||||||
from invocations import docs
|
from invocations import docs
|
||||||
from invocations.testing import test, integration, watch_tests
|
from invocations.testing import test, integration, watch_tests
|
||||||
from invocations.packaging import release
|
from invocations.packaging import release
|
||||||
|
@ -13,5 +15,9 @@ ns.configure({
|
||||||
'packaging': {
|
'packaging': {
|
||||||
'sign': True,
|
'sign': True,
|
||||||
'wheel': True,
|
'wheel': True,
|
||||||
|
'changelog_file': join(
|
||||||
|
docs.ns.configuration()['sphinx']['source'],
|
||||||
|
'changelog.rst',
|
||||||
|
),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue