Skip to content

Commit

Permalink
fix:script
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKURA-CAT committed Aug 18, 2024
1 parent 27c6b71 commit 94a5ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

run: |
python -m script/build_pypi.py
python script/build_pypi.py
# python -m twine upload dist/*

- run: cp dist/*.whl .
Expand Down

0 comments on commit 94a5ecc

Please sign in to comment.