Skip to content

Commit 7364772

Browse files
committed
Test out twine part.
1 parent fac5c7e commit 7364772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/develop-python-worker-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you start, you must meet these requirements:
2222

2323
* [Python 3.7 or above](https://www.python.org/downloads). To check the full list of supported Python versions in Azure Functions, see the [Python developer guide](functions-reference-python.md#python-version).
2424

25-
* The [Azure Functions Core Tools](functions-run-local.md#v2), version 4.0.5095 or later to support the [v2 Python programming model](./functions-reference-python.md). Check your version with `func --version`. To learn about updating, see [Azure Functions Core Tools on GitHub](https://github.com/Azure/azure-functions-core-tools).
25+
* The [Azure Functions Core Tools](functions-run-local.md#v2), version 4.0.5095 or later to support using the extension with the [v2 Python programming model](./functions-reference-python.md). Check your version with `func --version`. To learn about updating, see [Azure Functions Core Tools on GitHub](https://github.com/Azure/azure-functions-core-tools).
2626

2727
* [Visual Studio Code](https://code.visualstudio.com/) installed on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
2828

@@ -225,7 +225,7 @@ To publish your extension to PyPI:
225225
twine upload dist/*
226226
```
227227

228-
You may need to provide your PyPI account credentials during upload.
228+
You may need to provide your PyPI account credentials during upload. You can also test with `twine upload -r testpypi dist/*`. For more information, see the [Twine document](https://twine.readthedocs.io/en/stable/).
229229

230230
After these steps, customers can use your extension by including your package name in their requirements.txt.
231231

0 commit comments

Comments
 (0)