Skip to content

Commit

Permalink
Removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Aug 29, 2022
1 parent 408890a commit e87c35a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ jobs:
name: Pyxel ${{ env.PYXEL_VERSION }}
tag_name: ${{ github.ref }}
files: dist/*
draft: true

- name: Publish wheels
run: |
python -m pip install -U pip
pip install twine
rm -f dist/*-emscripten_*.whl
ls dist/*.whl
#twine upload dist/*.whl
twine upload dist/*.whl
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit e87c35a

Please sign in to comment.