Skip to content

Commit a6f5f4a

Browse files
committed
V5.0.0
1 parent 05d9118 commit a6f5f4a

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -39,34 +39,3 @@ jobs:
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

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)