We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056dced commit cac498fCopy full SHA for cac498f
1 file changed
.github/workflows/release.yml
@@ -15,10 +15,10 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-python@v5
17
with:
18
- python-version: '3.11'
+ python-version: '3.14'
19
- name: setup
20
run: pip install wheel
21
- name: build
22
- run: python setup.py --release-version ${GITHUB_REF#refs/tags/v} sdist bdist_wheel
+ run: python -m build --sdist --wheel --outdir dist/
23
- name: Publish package distributions to PyPI
24
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments