Skip to content

Commit

Permalink
fix sdist archive set to v0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed Oct 10, 2024
1 parent ac45c11 commit 6ec5e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel setuptools-rust
- name: Build sdist
run: python setup.py sdist
run: python -m build --sdist
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz
Expand Down

0 comments on commit 6ec5e38

Please sign in to comment.