We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1318b commit fa4b840Copy full SHA for fa4b840
.github/workflows/release.yml
@@ -12,13 +12,13 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-python@v4
14
with:
15
- python-version: "3.11"
+ python-version: "3.13"
16
17
- name: Install dependencies
18
- run: python -m pip install --upgrade pip setuptools wheel
+ run: python -m pip install --upgrade pip build
19
20
- name: Build dist packages
21
- run: python setup.py sdist bdist_wheel
+ run: python -m build
22
23
- name: Upload packages to PyPI
24
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments