From 0107119163661c456f7dc9365006303882caec89 Mon Sep 17 00:00:00 2001 From: Nathan LeRoy Date: Wed, 15 May 2024 12:28:42 -0400 Subject: [PATCH] set repo url --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 5af0a61..4d8e493 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -136,4 +136,4 @@ jobs: uses: PyO3/maturin-action@v1 with: command: upload - args: --non-interactive --skip-existing ./textractor-py/dist/* + args: --repository-url https://pypi.org/project/textractors/ --non-interactive --skip-existing ./textractor-py/dist/*