Skip to content

Commit

Permalink
updated pyproject.toml and publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
geovicco-dev committed Jul 18, 2024
1 parent 9b17960 commit 416a717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
rye publish --username $PYPI_USERNAME --token $PYPI_PASSWORD --yes
- name: Print PYPI_PASSWORD
run: echo $PYPI_PASSWORD
echo $PYPI_PASSWORD
rye publish --username $PYPI_USERNAME --token $PYPI_PASSWORD --yes --verbose
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ description = "This is a test package for automated package deployment using git
authors = [
{ name = "geovicco-dev", email = "[email protected]" }
]
license = "MIT"
dependencies = [
"typer>=0.12.3",
]
readme = "README.md"
requires-python = ">= 3.8"
license = "MIT"

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 416a717

Please sign in to comment.