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 ca77f7e commit bd425ebCopy full SHA for bd425eb
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v6
15
with:
16
- python-version: 3.9
+ python-version: '3.12'
17
- name: Install Flit
18
run: pip install flit
19
- name: Install Dependencies
@@ -28,3 +28,4 @@ jobs:
28
password: ${{ secrets.PYPI_API_TOKEN }}
29
- name: Deploy Documentation
30
run: make doc-deploy
31
+
0 commit comments