From 5c6457d1c5ce60e29491e4d0c787525bcf94c9dc Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Wed, 1 May 2024 11:52:07 -0500 Subject: [PATCH] pypi debugging --- .github/workflows/publish_pypi.yml | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 8b8abee..57d55c3 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -49,6 +49,11 @@ jobs: with: name: python-package-distributions path: dist/ + - name: Download pyproject.toml + uses: actions/download-artifact@v3 + with: + name: pyproject-toml + path: . - name: Install Poetry run: | curl -sSL https://install.python-poetry.org | python3 - diff --git a/pyproject.toml b/pyproject.toml index 575dc91..54f1850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] -name = "SVInsight" +name = "svinsight" version = "0.3.62" description = "Create social vulnerability index" authors = ["Matthew Preisser "]