From 543b678e88b87d1e24f3ef24eeb0d9aecc528f66 Mon Sep 17 00:00:00 2001 From: Hamid FzM Date: Mon, 30 Mar 2020 23:34:04 +0430 Subject: [PATCH] Rename test to tests and fix steps --- .github/workflows/{test.yml => tests.yml} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) rename .github/workflows/{test.yml => tests.yml} (84%) diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 84% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml index be48aa2..433a445 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Test +name: tests on: [push, pull_request] @@ -38,8 +38,3 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 - - - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@master - with: - password: ${{ secrets.PYPI_PASSWORD }}