Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ml31415 committed Sep 22, 2023
1 parent 54cb513 commit d0d9da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git clean -xdf
git restore -SW .
python setup.py sdist
python -m build
- name: Check built artifacts
run: |
python -m twine check --strict dist/*
Expand Down

0 comments on commit d0d9da6

Please sign in to comment.