From 6029fad989bcf6e9e630385e77ae7d0dbf112bac Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Mon, 17 Feb 2020 03:08:20 +0100 Subject: [PATCH] fix test pkg create (#873) --- .circleci/config.yml | 2 ++ .github/workflows/greetings.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 582a4f8e9d..3041c184cc 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 10d22df0da..284d0ba3b4 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -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!'