File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed
Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change 3939 with :
4040 token : ${{ secrets.CODECOV_TOKEN }}
4141 slug : ddc/pythonLogs
42-
43- build :
44- name : Build Test Package
45- runs-on : ubuntu-latest
46- needs : test
47- steps :
48- - uses : actions/checkout@v4
49-
50- - name : Set up Python
51- uses : actions/setup-python@v5
52- with :
53- python-version : " 3.13"
54-
55- - name : Install Poetry
56- uses : snok/install-poetry@v1
57- with :
58- virtualenvs-create : true
59- virtualenvs-in-project : true
60-
61- - name : Install build dependencies only
62- run : poetry install --only main --no-interaction --no-ansi
63-
64- - name : Build package
65- run : poetry build
66-
67- - name : Upload artifacts
68- uses : actions/upload-artifact@v4
69- with :
70- name : python-packages
71- path : dist/
72- retention-days : 7
Original file line number Diff line number Diff line change @@ -31,11 +31,13 @@ jobs:
3131
3232 - name : Install build dependencies only
3333 run : poetry install --only main --no-interaction --no-ansi
34+ shell : bash
3435
3536 - name : Build package with custom build script
3637 run : |
3738 poetry run python build.py
3839 poetry build
40+ shell : bash
3941
4042 - name : Copy artifacts
4143 shell : bash
You can’t perform that action at this time.
0 commit comments