diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,10 +24,10 @@ build: .PHONY: build upload: - @twine upload -r pypi -s -i \ + @twine upload -r acmens -s -i \ '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \ dist/*.tar.gz - @twine upload -r pypi -s -i \ + @twine upload -r acmens -s -i \ '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \ dist/*.whl .PHONY: upload |