We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4508d40 commit be6e5cfCopy full SHA for be6e5cf
1 file changed
.github/workflows/pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions/setup-python@v5
24
with:
25
- python-version: 3.10
+ python-version: '3.10'
26
27
- run: python -m pip install build --user
28
- run: python -m build --sdist --wheel --outdir dist/ .
0 commit comments