Skip to content

Commit

Permalink
Merge pull request #94 from shanedabes/feature/no-versions-in-setup
Browse files Browse the repository at this point in the history
No versions in setup.py
  • Loading branch information
surskitt committed Feb 29, 2020
2 parents 8b6c7eb + 8af698e commit 8ad3135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
release:

runs-on: ubuntu-latest
if: github.event_name == 'push'
if: github.event_name == 'release'

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
history = history_file.read()

requirements = [
'buku==4.1',
'requests==2.21.0',
'ConfigArgParse==0.14.0'
'buku',
'requests',
'ConfigArgParse'
]

setup_requirements = ['pytest-runner', ]
Expand Down

0 comments on commit 8ad3135

Please sign in to comment.