@@ -64,12 +64,15 @@ jobs:
6464 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
6565 run : |
6666 python -m pip install --upgrade pip
67- python -m pip install coveralls poetry wheel twine
67+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
68+ poetry-dynamic-versioning
6869 make download-templates
6970 python -m pip install .[all]
7071 - name : Install renku into cache
7172 if : steps.dependency-cache.outputs.cache-hit == 'true'
72- run : python -m pip install --no-deps .
73+ run : |
74+ poetry-dynamic-versioning
75+ python -m pip install --no-deps .
7376 - name : Set Git config
7477 run : |
7578 git config --global --add user.name "Renku Bot"
@@ -103,12 +106,15 @@ jobs:
103106 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
104107 run : |
105108 python -m pip install --upgrade pip
106- python -m pip install coveralls poetry wheel twine
109+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
110+ poetry-dynamic-versioning
107111 make download-templates
108112 python -m pip install .[all]
109113 - name : Install renku into cache
110114 if : steps.dependency-cache.outputs.cache-hit == 'true'
111- run : python -m pip install --no-deps .
115+ run : |
116+ poetry-dynamic-versioning
117+ python -m pip install --no-deps .
112118 - name : Set Git config
113119 run : |
114120 git config --global --add user.name "Renku Bot"
@@ -139,12 +145,15 @@ jobs:
139145 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
140146 run : |
141147 python -m pip install --upgrade pip
142- python -m pip install coveralls poetry wheel twine
148+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
149+ poetry-dynamic-versioning
143150 make download-templates
144151 python -m pip install .[all]
145152 - name : Install renku into cache
146153 if : steps.dependency-cache.outputs.cache-hit == 'true'
147- run : python -m pip install --no-deps .
154+ run : |
155+ poetry-dynamic-versioning
156+ python -m pip install --no-deps .
148157 - name : Set Git config
149158 run : |
150159 git config --global --add user.name "Renku Bot"
@@ -181,11 +190,14 @@ jobs:
181190 if : steps.cache.outputs.cache-hit != 'true'
182191 run : |
183192 python -m pip install --upgrade pip
184- python -m pip install coveralls poetry wheel twine
193+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
194+ poetry-dynamic-versioning
185195 python -m pip install .[all]
186196 - name : Install renku into cache
187197 if : steps.cache.outputs.cache-hit == 'true'
188- run : python -m pip install --no-deps .
198+ run : |
199+ poetry-dynamic-versioning
200+ python -m pip install --no-deps .
189201 - name : Set Git config
190202 run : |
191203 git config --global --add user.name "Renku Bot"
@@ -199,7 +211,7 @@ jobs:
199211 cd ../..
200212 - name : Publish cheatsheet if changed
201213 id : publish
202- if : ${{ hashFiles('docs/cheatsheet_hash') != hashFiles('docs/cheatsheet_hash_new') }}
214+ if : ${{ hashFiles('docs/cheatsheet_hash') != hashFiles('docs/cheatsheet_hash_new') }}
203215 run : |
204216 cat docs/cheatsheet_hash
205217 cat docs/cheatsheet_hash_new
@@ -238,12 +250,15 @@ jobs:
238250 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
239251 run : |
240252 python -m pip install --upgrade pip
241- python -m pip install coveralls poetry wheel twine
253+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
254+ poetry-dynamic-versioning
242255 make download-templates
243256 pip install .[all]
244257 - name : Install renku into cache
245258 if : steps.dependency-cache.outputs.cache-hit == 'true'
246- run : python -m pip install --no-deps .
259+ run : |
260+ poetry-dynamic-versioning
261+ python -m pip install --no-deps .
247262 - name : Build Package
248263 env :
249264 POETRY_VIRTUALENVS_CREATE : false
@@ -281,12 +296,15 @@ jobs:
281296 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
282297 run : |
283298 python -m pip install --upgrade pip
284- python -m pip install coveralls poetry wheel twine
299+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
300+ poetry-dynamic-versioning
285301 make download-templates
286302 python -m pip install .[all]
287303 - name : Install renku into cache
288304 if : steps.dependency-cache.outputs.cache-hit == 'true'
289- run : python -m pip install --no-deps .
305+ run : |
306+ poetry-dynamic-versioning
307+ python -m pip install --no-deps .
290308 - name : Set Git config
291309 run : |
292310 git config --global --add user.name "Renku Bot"
@@ -336,12 +354,15 @@ jobs:
336354 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
337355 run : |
338356 python -m pip install --upgrade pip
339- python -m pip install coveralls poetry wheel twine
357+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
358+ poetry-dynamic-versioning
340359 make download-templates
341360 python -m pip install .[all]
342361 - name : Install renku into cache
343362 if : steps.dependency-cache.outputs.cache-hit == 'true'
344- run : python -m pip install --no-deps .
363+ run : |
364+ poetry-dynamic-versioning
365+ python -m pip install --no-deps .
345366 - name : Set Git config
346367 run : |
347368 git config --global --add user.name "Renku Bot"
@@ -397,12 +418,15 @@ jobs:
397418 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
398419 run : |
399420 python -m pip install --upgrade pip
400- python -m pip install coveralls poetry wheel twine
421+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
422+ poetry-dynamic-versioning
401423 make download-templates
402424 python -m pip install .[all]
403425 - name : Install renku into cache
404426 if : steps.dependency-cache.outputs.cache-hit == 'true'
405- run : python -m pip install --no-deps .
427+ run : |
428+ poetry-dynamic-versioning
429+ python -m pip install --no-deps .
406430 - name : Set Git config
407431 run : |
408432 git config --global --add user.name "Renku Bot"
@@ -458,12 +482,15 @@ jobs:
458482 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
459483 run : |
460484 python -m pip install --upgrade pip
461- python -m pip install coveralls poetry wheel twine
485+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
486+ poetry-dynamic-versioning
462487 make download-templates
463488 python -m pip install .[all]
464489 - name : Install renku into cache
465490 if : steps.dependency-cache.outputs.cache-hit == 'true'
466- run : python -m pip install --no-deps .
491+ run : |
492+ poetry-dynamic-versioning
493+ python -m pip install --no-deps .
467494 - name : Set Git config
468495 run : |
469496 git config --global --add user.name "Renku Bot"
@@ -505,7 +532,8 @@ jobs:
505532 curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/43842898fd3ff43273466052722f5ba2789196cb/Formula/git-lfs.rb > git-lfs.rb && brew install git-lfs.rb && rm git-lfs.rb
506533 brew install shellcheck node || brew link --overwrite node
507534 python -m pip install --upgrade pip
508- python -m pip install wheel
535+ python -m pip install wheel poetry-dynamic-versioning
536+ poetry-dynamic-versioning
509537 make download-templates
510538 python -m pip install .[all]
511539 git config --global --add user.name "Renku Bot"
@@ -540,7 +568,8 @@ jobs:
540568 curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/43842898fd3ff43273466052722f5ba2789196cb/Formula/git-lfs.rb > git-lfs.rb && brew install git-lfs.rb && rm git-lfs.rb
541569 brew install shellcheck node || brew link --overwrite node
542570 python -m pip install --upgrade pip
543- python -m pip install wheel
571+ python -m pip install wheel poetry-dynamic-versioning
572+ poetry-dynamic-versioning
544573 make download-templates
545574 python -m pip install .[all]
546575 git config --global --add user.name "Renku Bot"
@@ -582,8 +611,9 @@ jobs:
582611 curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/43842898fd3ff43273466052722f5ba2789196cb/Formula/git-lfs.rb > git-lfs.rb && brew install git-lfs.rb && rm git-lfs.rb
583612 brew install shellcheck node || brew link --overwrite node
584613 python -m pip install --upgrade pip
585- python -m pip install wheel
614+ python -m pip install wheel poetry-dynamic-versioning
586615 make download-templates
616+ poetry-dynamic-versioning
587617 python -m pip install .[all]
588618 git config --global --add user.name "Renku Bot"
589619 git config --global --add user.email "[email protected] " @@ -666,12 +696,15 @@ jobs:
666696 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
667697 run : |
668698 python -m pip install --upgrade pip
669- python -m pip install coveralls poetry wheel twine
699+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
700+ poetry-dynamic-versioning
670701 make download-templates
671702 python -m pip install .[all]
672703 - name : Install renku into cache
673704 if : steps.dependency-cache.outputs.cache-hit == 'true'
674- run : python -m pip install --no-deps .
705+ run : |
706+ poetry-dynamic-versioning
707+ python -m pip install --no-deps .
675708 - name : Set Git config
676709 run : |
677710 git config --global --add user.name "Renku Bot"
@@ -742,12 +775,15 @@ jobs:
742775 if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
743776 run : |
744777 python -m pip install --upgrade pip
745- python -m pip install coveralls poetry wheel twine
778+ python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
779+ poetry-dynamic-versioning
746780 make download-templates
747781 python -m pip install .[all]
748782 - name : Install renku into cache
749783 if : steps.dependency-cache.outputs.cache-hit == 'true'
750- run : python -m pip install --no-deps .
784+ run : |
785+ poetry-dynamic-versioning
786+ python -m pip install --no-deps .
751787 - name : Set Git config
752788 run : |
753789 git config --global --add user.name "Renku Bot"
@@ -882,7 +918,7 @@ jobs:
882918 - uses : actions/checkout@v2
883919 with :
884920 fetch-depth : 0
885- ref : ' develop'
921+ ref : " develop"
886922 - name : Set Git config
887923 run : |
888924 git config --global --add user.name "Renku Bot"
0 commit comments