We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16ef67 commit 0b9b6e7Copy full SHA for 0b9b6e7
.github/workflows/publish-pypi.yml
@@ -24,11 +24,14 @@ jobs:
24
- name: Set up Python
25
uses: actions/setup-python@v5
26
with:
27
- python-version: '3.12'
+ python-version: '3.13'
28
29
- name: Upgrade package installer for Python
30
run: pip install --upgrade pip
31
32
+ - name: Install build frontend
33
+ run: pip install --upgrade build
34
+
35
- name: Create Python package
36
run: python -m build
37
0 commit comments