Skip to content

Commit f231cf3

Browse files
authored
🔀 Merge pull request #131 from davep/allow-live-publish
Allow live publishing
2 parents b788c9d + 038791e commit f231cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ testdist: package # Perform a test distribution
107107

108108
.PHONY: dist
109109
dist: package # Upload to pypi
110-
echo $(publish)
110+
$(publish)
111111

112112
##############################################################################
113113
# Utility.

0 commit comments

Comments
 (0)