mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21:57 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33fc35272c | ||
|
|
02db7a01c9 | ||
|
|
c579052ade | ||
|
|
7146e53fe3 |
@@ -24,7 +24,7 @@ cache:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
- REQUIREMENTS=lowest
|
- REQUIREMENTS=lowest
|
||||||
- REQUIREMENTS=release
|
- REQUIREMENTS=release DEPLOY=true
|
||||||
- REQUIREMENTS=devel
|
- REQUIREMENTS=devel
|
||||||
|
|
||||||
python:
|
python:
|
||||||
@@ -59,3 +59,6 @@ deploy:
|
|||||||
distributions: sdist bdist_wheel
|
distributions: sdist bdist_wheel
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
python: "3.6"
|
||||||
|
repo: mb-wali/invenio-config-tugraz
|
||||||
|
condition: $DEPLOY = true
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
|
|||||||
and parsed by ``setup.py``.
|
and parsed by ``setup.py``.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.1.2'
|
__version__ = '0.1.4'
|
||||||
|
|||||||
Reference in New Issue
Block a user