Skip to content

Commit

Permalink
Fix sdist build for publishing (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipFile authored Dec 7, 2024
1 parent 704e36a commit 15400de
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 15400de

Please sign in to comment.