@@ -64,12 +64,15 @@ jobs:
64
64
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
65
65
run : |
66
66
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
68
69
make download-templates
69
70
python -m pip install .[all]
70
71
- name : Install renku into cache
71
72
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 .
73
76
- name : Set Git config
74
77
run : |
75
78
git config --global --add user.name "Renku Bot"
@@ -103,12 +106,15 @@ jobs:
103
106
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
104
107
run : |
105
108
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
107
111
make download-templates
108
112
python -m pip install .[all]
109
113
- name : Install renku into cache
110
114
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 .
112
118
- name : Set Git config
113
119
run : |
114
120
git config --global --add user.name "Renku Bot"
@@ -139,12 +145,15 @@ jobs:
139
145
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
140
146
run : |
141
147
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
143
150
make download-templates
144
151
python -m pip install .[all]
145
152
- name : Install renku into cache
146
153
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 .
148
157
- name : Set Git config
149
158
run : |
150
159
git config --global --add user.name "Renku Bot"
@@ -181,11 +190,14 @@ jobs:
181
190
if : steps.cache.outputs.cache-hit != 'true'
182
191
run : |
183
192
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
185
195
python -m pip install .[all]
186
196
- name : Install renku into cache
187
197
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 .
189
201
- name : Set Git config
190
202
run : |
191
203
git config --global --add user.name "Renku Bot"
@@ -199,7 +211,7 @@ jobs:
199
211
cd ../..
200
212
- name : Publish cheatsheet if changed
201
213
id : publish
202
- if : ${{ hashFiles('docs/cheatsheet_hash') != hashFiles('docs/cheatsheet_hash_new') }}
214
+ if : ${{ hashFiles('docs/cheatsheet_hash') != hashFiles('docs/cheatsheet_hash_new') }}
203
215
run : |
204
216
cat docs/cheatsheet_hash
205
217
cat docs/cheatsheet_hash_new
@@ -238,12 +250,15 @@ jobs:
238
250
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
239
251
run : |
240
252
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
242
255
make download-templates
243
256
pip install .[all]
244
257
- name : Install renku into cache
245
258
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 .
247
262
- name : Build Package
248
263
env :
249
264
POETRY_VIRTUALENVS_CREATE : false
@@ -281,12 +296,15 @@ jobs:
281
296
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
282
297
run : |
283
298
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
285
301
make download-templates
286
302
python -m pip install .[all]
287
303
- name : Install renku into cache
288
304
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 .
290
308
- name : Set Git config
291
309
run : |
292
310
git config --global --add user.name "Renku Bot"
@@ -336,12 +354,15 @@ jobs:
336
354
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
337
355
run : |
338
356
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
340
359
make download-templates
341
360
python -m pip install .[all]
342
361
- name : Install renku into cache
343
362
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 .
345
366
- name : Set Git config
346
367
run : |
347
368
git config --global --add user.name "Renku Bot"
@@ -397,12 +418,15 @@ jobs:
397
418
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
398
419
run : |
399
420
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
401
423
make download-templates
402
424
python -m pip install .[all]
403
425
- name : Install renku into cache
404
426
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 .
406
430
- name : Set Git config
407
431
run : |
408
432
git config --global --add user.name "Renku Bot"
@@ -458,12 +482,15 @@ jobs:
458
482
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
459
483
run : |
460
484
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
462
487
make download-templates
463
488
python -m pip install .[all]
464
489
- name : Install renku into cache
465
490
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 .
467
494
- name : Set Git config
468
495
run : |
469
496
git config --global --add user.name "Renku Bot"
@@ -505,7 +532,8 @@ jobs:
505
532
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
506
533
brew install shellcheck node || brew link --overwrite node
507
534
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
509
537
make download-templates
510
538
python -m pip install .[all]
511
539
git config --global --add user.name "Renku Bot"
@@ -540,7 +568,8 @@ jobs:
540
568
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
541
569
brew install shellcheck node || brew link --overwrite node
542
570
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
544
573
make download-templates
545
574
python -m pip install .[all]
546
575
git config --global --add user.name "Renku Bot"
@@ -582,8 +611,9 @@ jobs:
582
611
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
583
612
brew install shellcheck node || brew link --overwrite node
584
613
python -m pip install --upgrade pip
585
- python -m pip install wheel
614
+ python -m pip install wheel poetry-dynamic-versioning
586
615
make download-templates
616
+ poetry-dynamic-versioning
587
617
python -m pip install .[all]
588
618
git config --global --add user.name "Renku Bot"
589
619
git config --global --add user.email "[email protected] "
@@ -666,12 +696,15 @@ jobs:
666
696
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
667
697
run : |
668
698
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
670
701
make download-templates
671
702
python -m pip install .[all]
672
703
- name : Install renku into cache
673
704
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 .
675
708
- name : Set Git config
676
709
run : |
677
710
git config --global --add user.name "Renku Bot"
@@ -742,12 +775,15 @@ jobs:
742
775
if : steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
743
776
run : |
744
777
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
746
780
make download-templates
747
781
python -m pip install .[all]
748
782
- name : Install renku into cache
749
783
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 .
751
787
- name : Set Git config
752
788
run : |
753
789
git config --global --add user.name "Renku Bot"
@@ -882,7 +918,7 @@ jobs:
882
918
- uses : actions/checkout@v2
883
919
with :
884
920
fetch-depth : 0
885
- ref : ' develop'
921
+ ref : " develop"
886
922
- name : Set Git config
887
923
run : |
888
924
git config --global --add user.name "Renku Bot"
0 commit comments