Removed python init.

This commit is contained in:
SET 2020-08-18 16:35:07 -03:00
parent fff9e09c2c
commit e2bd372987
1 changed files with 1 additions and 5 deletions

View File

@ -16,15 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
twine upload dist/*