There was an error while loading. Please reload this page.
1 parent a352b89 commit fc8cb41Copy full SHA for fc8cb41
1 file changed
.github/workflows/publish.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.x
21
- name: Install dependencies
22
run: pip install flit
23
- name: Create packages
0 commit comments