nidhal baccouri
commited on
Commit
·
1641572
1
Parent(s):
348b95b
updated pipeline
Browse files
.github/workflows/test-release.yml
CHANGED
@@ -23,13 +23,13 @@ jobs:
|
|
23 |
run: poetry --version
|
24 |
- name: Update poetry
|
25 |
run: poetry update
|
|
|
|
|
26 |
- name: Install dependencies
|
27 |
run: poetry install
|
28 |
|
29 |
- name: Build package
|
30 |
-
run:
|
31 |
-
poetry build
|
32 |
-
ls
|
33 |
|
34 |
- name: Publish package to TestPyPI
|
35 |
uses: pypa/gh-action-pypi-publish@release/v1
|
|
|
23 |
run: poetry --version
|
24 |
- name: Update poetry
|
25 |
run: poetry update
|
26 |
+
- name: Update version
|
27 |
+
run: poetry version patch
|
28 |
- name: Install dependencies
|
29 |
run: poetry install
|
30 |
|
31 |
- name: Build package
|
32 |
+
run: poetry build
|
|
|
|
|
33 |
|
34 |
- name: Publish package to TestPyPI
|
35 |
uses: pypa/gh-action-pypi-publish@release/v1
|