Skip to content

Commit

Permalink
update python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Oct 16, 2024
1 parent 9e41b57 commit 2be1dae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v4
- name: Use Python ${{ matrix.python-version }}.x
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Check Tag
id: python-check-tag
run: |
Expand Down

0 comments on commit 2be1dae

Please sign in to comment.