Skip to content

Commit a801956

Browse files
committed
feat: delete explicit build-python.yml workflow and ensure that build-python is called in release-python.yml
1 parent e75916b commit a801956

File tree

2 files changed

+3
-60
lines changed

2 files changed

+3
-60
lines changed

{{cookiecutter.project_name}}/.github/workflows/build-python.yml

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

{{cookiecutter.project_name}}/.github/workflows/release-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
with:
5555
python-version-file: ".github/workflows/.python-version"
5656

57+
- name: Run package build
58+
run: uvx nox -s build-python
59+
5760
- name: Upload built package artifacts
5861
uses: actions/upload-artifact@v4
5962
with:

0 commit comments

Comments
 (0)