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 c797f96 commit d95e2d0Copy full SHA for d95e2d0
.github/workflows/build.yaml
@@ -44,6 +44,11 @@ jobs:
44
# IMPORTANT: this permission is mandatory for Trusted Publishing
45
id-token: write
46
steps:
47
+ - name: Set up Python ${{ matrix.python-version }}
48
+ uses: actions/setup-python@v5
49
+ with:
50
+ python-version: 3.9
51
+ cache: 'pip'
52
- name: Build
53
run: python -m build --sdist .
54
- name: Publish package distributions to PyPI
0 commit comments