Skip to content

Commit

Permalink
fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed May 10, 2024
1 parent f11f583 commit bd6f7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
poetry run sphinx-build -aETW --keep-going . build
- name: "Upload artifacts @ ${{ matrix.python-version}}"
if: ${{ matrix.python-version == '3.11' }}
if: ${{ matrix.python-version != '3.x' }}
uses: actions/upload-artifact@v4
with:
name: distributions
Expand Down

0 comments on commit bd6f7e8

Please sign in to comment.