Skip to content

Commit

Permalink
toml file debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed May 1, 2024
1 parent 3422445 commit 433f9de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
- name: Publish distribution 📦 to PyPI
run: |
cd dist
pwd
ls -al
poetry publish dist/*
poetry publish
# poetry publish --build


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 <[email protected]>"]
Expand Down

0 comments on commit 433f9de

Please sign in to comment.