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

updated pipeline

Browse files
Files changed (1) hide show
  1. .github/workflows/test-release.yml +2 -3
.github/workflows/test-release.yml CHANGED
@@ -24,11 +24,10 @@ jobs:
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
 
24
 
25
  - name: Build package
26
  run: |
 
 
 
27
  echo "list dir"
28
  ls
29
+ poetry build
30
+
31
 
32
  - name: Publish package to TestPyPI
33
  uses: pypa/gh-action-pypi-publish@release/v1