Skip to content

Commit

Permalink
Fix distribution package version
Browse files Browse the repository at this point in the history
  • Loading branch information
panne027 committed Sep 19, 2024
1 parent 3f77433 commit 1965c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jobs:
- name: Install distribution dependencies
run: |
pip install build
if: matrix.python-version == 3.11
if: matrix.python-version == 3.10

- name: Create distribution package
run: python -m build
if: matrix.python-version == 3.11
if: matrix.python-version == 3.10

- name: Upload distribution package
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
if: matrix.python-version == 3.11
if: matrix.python-version == 3.10

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1965c2f

Please sign in to comment.