Skip to content

Commit

Permalink
Merge branch 'release/4.44.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Dec 7, 2024
2 parents 704e36a + 15400de commit be7abb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
python-version: 3.13
- run: |
python -m pip install --upgrade pip setuptools
python setup.py sdist
python -m pip install --upgrade build
python -m build --sdist
- uses: actions/upload-artifact@v3
with:
path: ./dist/*
Expand Down

0 comments on commit be7abb3

Please sign in to comment.