Skip to content

Commit a34f136

Browse files
authored
🔀 Merge pull request #32 from davep/fix-dist
2 parents 7214ee9 + be1f4f7 commit a34f136

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
@@ -88,7 +88,7 @@ testdist: package # Perform a test distribution
8888

8989
.PHONY: dist
9090
dist: package # Upload to pypi
91-
$(publish) --index testpypi
91+
$(publish)
9292

9393
##############################################################################
9494
# Utility.

0 commit comments

Comments
 (0)