45
45
- name : Install dependencies
46
46
run : |
47
47
python -m pip install --upgrade pip
48
- python -m pip install coveralls setuptools wheel
48
+ python -m pip install coveralls wheel
49
49
python -m pip install .[all]
50
50
git config --global --add user.name "Renku @ SDSC"
51
51
git config --global --add user.email "[email protected] "
68
68
- name : Install dependencies
69
69
run : |
70
70
python -m pip install --upgrade pip
71
- python -m pip install coveralls setuptools wheel
71
+ python -m pip install coveralls poetry wheel
72
72
python -m pip install .[all]
73
- python setup.py --version
74
73
git config --global --add user.name "Renku @ SDSC"
75
74
git config --global --add user.email "[email protected] "
76
75
- name : Test docs
@@ -92,10 +91,10 @@ jobs:
92
91
- name : Install dependencies
93
92
run : |
94
93
python -m pip install --upgrade pip
95
- pip install setuptools wheel twine
94
+ pip install poetry wheel twine gitpython
96
95
python -m pip install .[all]
97
96
- name : Build Package
98
- run : python setup.py sdist bdist_wheel
97
+ run : poetry build
99
98
- name : test with twine
100
99
run : twine check dist/*
101
100
@@ -121,9 +120,8 @@ jobs:
121
120
- name : Install dependencies
122
121
run : |
123
122
python -m pip install --upgrade pip
124
- python -m pip install coveralls setuptools wheel
123
+ python -m pip install coveralls poetry wheel
125
124
python -m pip install .[nodocs]
126
- python setup.py --version
127
125
git config --global --add user.name "Renku @ SDSC"
128
126
git config --global --add user.email "[email protected] "
129
127
- name : Test with pytest
@@ -162,9 +160,8 @@ jobs:
162
160
- name : Install dependencies
163
161
run : |
164
162
python -m pip install --upgrade pip
165
- python -m pip install coveralls setuptools wheel
163
+ python -m pip install coveralls poetry wheel
166
164
python -m pip install .[nodocs]
167
- python setup.py --version
168
165
git config --global --add user.name "Renku @ SDSC"
169
166
git config --global --add user.email "[email protected] "
170
167
- name : Test with pytest
@@ -208,9 +205,8 @@ jobs:
208
205
- name : Install dependencies
209
206
run : |
210
207
python -m pip install --upgrade pip
211
- python -m pip install coveralls setuptools wheel
208
+ python -m pip install coveralls poetry wheel
212
209
python -m pip install .[nodocs]
213
- python setup.py --version
214
210
git config --global --add user.name "Renku @ SDSC"
215
211
git config --global --add user.email "[email protected] "
216
212
- name : Test with pytest
@@ -254,9 +250,8 @@ jobs:
254
250
- name : Install dependencies
255
251
run : |
256
252
python -m pip install --upgrade pip
257
- python -m pip install coveralls setuptools wheel
253
+ python -m pip install coveralls poetry wheel
258
254
python -m pip install .[nodocs]
259
- python setup.py --version
260
255
git config --global --add user.name "Renku @ SDSC"
261
256
git config --global --add user.email "[email protected] "
262
257
- name : Test with pytest
@@ -295,7 +290,7 @@ jobs:
295
290
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
296
291
brew install shellcheck node || brew link --overwrite node
297
292
python -m pip install --upgrade pip
298
- python -m pip install setuptools wheel twine
293
+ python -m pip install wheel twine
299
294
python -m pip install .[all]
300
295
git config --global --add user.name "Renku @ SDSC"
301
296
git config --global --add user.email "[email protected] "
@@ -328,7 +323,7 @@ jobs:
328
323
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
329
324
brew install shellcheck node || brew link --overwrite node
330
325
python -m pip install --upgrade pip
331
- python -m pip install setuptools wheel twine
326
+ python -m pip install wheel twine
332
327
python -m pip install .[all]
333
328
git config --global --add user.name "Renku @ SDSC"
334
329
git config --global --add user.email "[email protected] "
@@ -367,7 +362,7 @@ jobs:
367
362
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
368
363
brew install shellcheck node || brew link --overwrite node
369
364
python -m pip install --upgrade pip
370
- python -m pip install setuptools wheel twine
365
+ python -m pip install wheel twine
371
366
python -m pip install .[all]
372
367
git config --global --add user.name "Renku @ SDSC"
373
368
git config --global --add user.email "[email protected] "
@@ -406,7 +401,7 @@ jobs:
406
401
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
407
402
brew install shellcheck node || brew link --overwrite node
408
403
python -m pip install --upgrade pip
409
- python -m pip install setuptools wheel twine
404
+ python -m pip install wheel twine
410
405
python -m pip install .[all]
411
406
git config --global --add user.name "Renku @ SDSC"
412
407
git config --global --add user.email "[email protected] "
@@ -439,7 +434,7 @@ jobs:
439
434
- name : Install dependencies
440
435
run : |
441
436
python -m pip install --upgrade pip
442
- python -m pip install coveralls setuptools wheel
437
+ python -m pip install coveralls wheel
443
438
python -m pip install .[nodocs]
444
439
git config --global --add user.name "Renku @ SDSC"
445
440
git config --global --add user.email "[email protected] "
@@ -494,7 +489,7 @@ jobs:
494
489
- name : Install dependencies
495
490
run : |
496
491
python -m pip install --upgrade pip
497
- python -m pip install coveralls setuptools wheel
492
+ python -m pip install coveralls wheel
498
493
python -m pip install .[nodocs]
499
494
git config --global --add user.name "Renku @ SDSC"
500
495
git config --global --add user.email "[email protected] "
@@ -550,7 +545,7 @@ jobs:
550
545
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
551
546
brew install shellcheck node || brew link --overwrite node
552
547
python -m pip install --upgrade pip
553
- python -m pip install setuptools wheel
548
+ python -m pip install wheel
554
549
python -m pip install .[all]
555
550
git config --global --add user.name "Renku @ SDSC"
556
551
git config --global --add user.email "[email protected] "
@@ -590,7 +585,7 @@ jobs:
590
585
- name : Install dependencies
591
586
run : |
592
587
python -m pip install --upgrade pip
593
- pip install setuptools wheel twine
588
+ pip install poetry wheel twine
594
589
python -m pip install .[all]
595
590
git config --global --add user.name "Renku @ SDSC"
596
591
git config --global --add user.email "[email protected] "
@@ -601,7 +596,7 @@ jobs:
601
596
export GIT_TAG=$(renku --version)
602
597
git tag $GIT_TAG
603
598
- name : Build Package
604
- run : python setup.py sdist bdist_wheel
599
+ run : poetry build
605
600
- name : Publish a Python distribution to PyPI
606
601
uses : pypa/gh-action-pypi-publish@master
607
602
with :
0 commit comments