Skip to content

Commit

Permalink
Build via 'python -m build'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 11, 2023
1 parent 1957e38 commit 849a28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python -m pip install build twine
- name: Release
run: |
build .
python -m build .
twine upload dist/*
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 849a28e

Please sign in to comment.