Skip to content

Commit cac498f

Browse files
committed
Update release GHA to support build from setup.cfg
1 parent 056dced commit cac498f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.11'
18+
python-version: '3.14'
1919
- name: setup
2020
run: pip install wheel
2121
- name: build
22-
run: python setup.py --release-version ${GITHUB_REF#refs/tags/v} sdist bdist_wheel
22+
run: python -m build --sdist --wheel --outdir dist/
2323
- name: Publish package distributions to PyPI
2424
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)