Skip to content

Commit 2665a16

Browse files
committed
Rename module.
1 parent c994ba6 commit 2665a16

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ jobs:
2323
pip install -r requirements.txt
2424
- name: Run Makefile test
2525
run: make test
26-

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The binary to build (just the basename).
2-
MODULE := blueprint
2+
MODULE := example
33

44
# Where to push the docker image.
55
REGISTRY ?= docker.pkg.github.com/martinheinz/python-project-blueprint

0 commit comments

Comments
 (0)