Skip to content

Commit

Permalink
build only source package (linux_x86_64 is no longer available???)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jun 5, 2024
1 parent 4148b40 commit e4f371d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Publish
run: |
python -m build
python -m build -s
python -m twine upload -u __token__ -p "${{ secrets.PYPI_DEPLOY_TOKEN }}" dist/*

0 comments on commit e4f371d

Please sign in to comment.