Skip to content

Commit b647450

Browse files
committed
Work around twine.
1 parent 4c71a06 commit b647450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. You can also test with `twine upload -r testpypi dist/*`. For more information, see the [Twine document](https://twine.readthedocs.io/en/stable/).
228+
You may need to provide your PyPI account credentials during upload. You can also test your package upload with `twine upload -r testpypi dist/*`. For more information, see the [Twine documentation](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)