We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11f583 commit bd6f7e8Copy full SHA for bd6f7e8
.github/workflows/build.yaml
@@ -81,7 +81,7 @@ jobs:
81
poetry run sphinx-build -aETW --keep-going . build
82
83
- name: "Upload artifacts @ ${{ matrix.python-version}}"
84
- if: ${{ matrix.python-version == '3.11' }}
+ if: ${{ matrix.python-version != '3.x' }}
85
uses: actions/upload-artifact@v4
86
with:
87
name: distributions
0 commit comments