Skip to content

Commit

Permalink
ci: fixing matrix.python on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 17a2cf9 commit d2c0bd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:

jobs:
pypi:
strategy:
matrix:
python: ['3.10']
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand Down

0 comments on commit d2c0bd6

Please sign in to comment.