Skip to content

Commit

Permalink
Rename test to tests and fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidfzm committed Mar 30, 2020
1 parent e6e59d6 commit 543b678
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: tests

on: [push, pull_request]

Expand Down Expand Up @@ -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 }}

0 comments on commit 543b678

Please sign in to comment.