Skip to content

Commit 5d4ebec

Browse files
authored
Update publish.yml
1 parent 5b942ff commit 5d4ebec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: 3.7
16+
python-version: 3.8
1717
- name: Install Flit
1818
run: pip install flit
1919
- name: Install Dependencies
@@ -24,4 +24,4 @@ jobs:
2424
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
2525
run: flit publish
2626
- name: Deploy Documentation
27-
run: make doc-deploy
27+
run: make doc-deploy

0 commit comments

Comments
 (0)