Skip to content

Commit

Permalink
fix release task
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Nov 3, 2023
1 parent 3041455 commit a7c261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tasks:
cmds:
- which gh
- test {{.CLI_ARGS}}
- cat walnats/__init__.py | grep {{.CLI_ARGS}}
- cat jockey/__init__.py | grep {{.CLI_ARGS}}
- rm -rf dist/
- flit build
- flit publish
Expand Down

0 comments on commit a7c261e

Please sign in to comment.