Skip to content

Commit fab9c7d

Browse files
committed
Delete splitted pyprojects & Switch to traditional build for now
1 parent 0028f4e commit fab9c7d

File tree

3 files changed

+4
-293
lines changed

3 files changed

+4
-293
lines changed

.github/workflows/build_package.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Package
1+
name: Publish
22

33
on:
44
pull_request:
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.10"
2626

2727
- name: Install build dependencies
28-
run: pip install nox
28+
run: pip install build
2929

3030
- name: Set BUILD_RAGNA_BASE environment variable
3131
run: |
@@ -37,13 +37,8 @@ jobs:
3737
3838
- name: Build distribution
3939
run: |
40-
if [ "${{ matrix.package }}" == "ragna-base" ]; then
41-
echo "Building package with nox -s build-base"
42-
nox -s build-base
43-
else
44-
echo "Building package with nox -s build"
45-
nox -s build
46-
fi
40+
echo "Building package: ${{ matrix.package }}"
41+
python -m build
4742
4843
- name: Verify package
4944
run: |

scripts/pyproject-base.toml

Lines changed: 0 additions & 142 deletions
This file was deleted.

scripts/pyproject.toml

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)