Skip to content

Commit cc099d3

Browse files
authored
Switching to using an API token
1 parent 0c2a710 commit cc099d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ safetest:
2929

3030
publish: install-test-requirements
3131
pipenv run python -m build --sdist .
32-
pipenv run twine upload dist/mocket-$(shell python -c 'import mocket; print(mocket.__version__)').tar.gz
32+
pipenv run twine upload --repository mocket dist/mocket-$(shell python -c 'import mocket; print(mocket.__version__)').tar.gz
3333
pipenv run anaconda upload dist/mocket-$(shell python -c 'import mocket; print(mocket.__version__)').tar.gz
3434

3535
clean:

0 commit comments

Comments
 (0)