Skip to content

Commit

Permalink
pypi debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed May 1, 2024
1 parent 433f9de commit 5c6457d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <mattpreisser@gmail.com>"]
Expand Down

0 comments on commit 5c6457d

Please sign in to comment.