Skip to content

Commit

Permalink
Merge pull request #18 from MentorMate/feature/pypi-release-config-3
Browse files Browse the repository at this point in the history
feat: Test deploy from trusted publisher
  • Loading branch information
alexandermentormate authored May 14, 2024
2 parents 8a6de8e + efa051c commit d7183c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@ jobs:
- name: Publish package to PyPI if new release available
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ hashFiles('dist/') != '' }}
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
37 changes: 2 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/MentorMate/python-project-cli/"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Operating System :: OS Independent",
]
packages = [{ include = "python_project_cli", from = "src" }]
Expand Down Expand Up @@ -44,7 +44,7 @@ match = "main"
match = "feature/*"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
python = ">=3.11,<4.0"
typer = "^0.12.3"
cookiecutter = "^2.6.0"

Expand Down

0 comments on commit d7183c4

Please sign in to comment.