Skip to content

Commit

Permalink
Package on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Jun 14, 2023
1 parent 38e5068 commit 0abc2d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ name: Python application

on:
push:
# tags:
# - '*'
branches:
- master
tags:
- '*'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def fail_with_msg(result, runner):

def test_help():
runner = CliRunner()
result = runner.invoke(cli.main_cmd,
result = runner.invoke(cli.cli,
args=["--help"])
assert result.exit_code == 0

0 comments on commit 0abc2d6

Please sign in to comment.