Compare commits

..

1 Commits

Author SHA1 Message Date
Raoul Snyman 45d9263532 Rename to CodeSmidgen 2023-07-27 23:15:28 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
image: python:3.11
commands:
- pip install hatch
- cp stickynotes.example.cfg stickynotes.cfg
- cp codesmidgen.example.cfg codesmidgen.cfg
- hatch run tests:run
publish-package:
image: python:3.11