fix test pkg create (#873)

This commit is contained in:
Jirka Borovec 2020-02-17 03:08:20 +01:00 committed by GitHub
parent 11db9d29ad
commit 6029fad989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -36,8 +36,10 @@ references:
run:
name: Create package
command: |
sudo pip install twine==1.13.0
python setup.py sdist
twine check dist/*
python setup.py clean
format: &format
run:

View File

@ -10,5 +10,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi''! thanks for your contribution!, great first issue!'
issue-message: 'Hi! thanks for your contribution!, great first issue!'
pr-message: 'Hey thanks for the input! please give us a bit of time to review it!'