From 48cd901c2e5f9878ed8c4c70102de17d9f587d2b Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 22 Nov 2024 12:51:39 +0000 Subject: [PATCH] Added pypi repository for publishing --- .github/workflows/pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 844f1c0..8ec2de1 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -52,7 +52,7 @@ jobs: environment: name: pypi # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: - # url: https://pypi.org/p/YOURPROJECT + url: https://pypi.org/project/dfttoolkit/ steps: - name: Retrieve release distributions