nidhal baccouri commited on
Commit
d3b8e00
·
1 Parent(s): 2982405

updated pipeline

Browse files
Files changed (1) hide show
  1. .github/workflows/test-release.yml +4 -2
.github/workflows/test-release.yml CHANGED
@@ -19,15 +19,17 @@ jobs:
19
  - uses: actions/checkout@v2
20
  - name: Run image
21
  uses: abatilo/[email protected]
22
- - name: View poetry --help
23
- run: poetry --help
24
 
25
  - name: Build package
26
  run: |
 
27
  poetry install
28
  poetry build
29
  echo "list dir"
30
  ls
 
31
  - name: Publish package to TestPyPI
32
  uses: pypa/gh-action-pypi-publish@release/v1
33
  with:
 
19
  - uses: actions/checkout@v2
20
  - name: Run image
21
  uses: abatilo/[email protected]
22
+ - name: View poetry version
23
+ run: poetry --version
24
 
25
  - name: Build package
26
  run: |
27
+ poetry shell
28
  poetry install
29
  poetry build
30
  echo "list dir"
31
  ls
32
+
33
  - name: Publish package to TestPyPI
34
  uses: pypa/gh-action-pypi-publish@release/v1
35
  with: