Skip to content

Commit

Permalink
Removed python init.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 18, 2020
1 parent fff9e09 commit e2bd372
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit e2bd372

Please sign in to comment.