Skip to content

Commit

Permalink
build and push bdist_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kindermax committed Jul 23, 2022
1 parent 1ff58c5 commit b0d67a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- run: npm ci
- run: ./node_modules/.bin/webpack -p
- run: ls -la hiku/console/assets
- run: python setup.py sdist
- run: pip3 install twine
- run: pip3 install wheel twine
- run: python setup.py sdist bdist_wheel
- run: twine upload dist/*
env:
TWINE_USERNAME: "__token__"
Expand Down

0 comments on commit b0d67a6

Please sign in to comment.