Skip to content

Commit bd6f7e8

Browse files
committed
fix build action
1 parent f11f583 commit bd6f7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
poetry run sphinx-build -aETW --keep-going . build
8282
8383
- name: "Upload artifacts @ ${{ matrix.python-version}}"
84-
if: ${{ matrix.python-version == '3.11' }}
84+
if: ${{ matrix.python-version != '3.x' }}
8585
uses: actions/upload-artifact@v4
8686
with:
8787
name: distributions

0 commit comments

Comments
 (0)