Skip to content

Commit

Permalink
Debug release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Sep 7, 2023
1 parent 951a6df commit 6fb6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: ${{ matrix.python }}

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 6fb6902

Please sign in to comment.