We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c409098 commit 285d959Copy full SHA for 285d959
tasks.py
@@ -339,7 +339,7 @@ def pypi(context):
339
def pypi_test(context):
340
"""Build and upload a distribution to https://test.pypi.org"""
341
with context.cd(TASK_ROOT_STR):
342
- context.run('twine upload --repository-url https://test.pypi.org/legacy/ dist/*')
+ context.run('twine upload --repository testpypi dist/*')
343
344
345
namespace.add_task(pypi_test)
0 commit comments