We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba465c commit c35b160Copy full SHA for c35b160
.github/workflows/cd-pypi.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Set up Python
18
uses: actions/setup-python@v5
19
+ with:
20
+ python-version: 3.9
21
- name: Build package
22
run: make build
23
- name: Publish package distributions to PyPI
0 commit comments