Skip to content

Commit 169132a

Browse files
authored
Merge pull request #203 from ratschlab/master
update pypi upload
2 parents 2ea571e + 6d17762 commit 169132a

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
@@ -84,7 +84,7 @@ servedocs: docs ## compile the docs watching for changes
8484
release: clean ## package and upload a release
8585
python setup.py sdist
8686
python setup.py bdist_wheel
87-
twine upload dist/*
87+
twine upload --repository spladder dist/*
8888

8989
dist: clean ## builds source and wheel package
9090
python setup.py sdist

0 commit comments

Comments
 (0)