We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8e9c5 commit 7834e7bCopy full SHA for 7834e7b
3 files changed
.github/workflows/publish.yml
@@ -27,4 +27,4 @@ jobs:
27
uv publish --index sevan-internal-package-index
28
env:
29
UV_PUBLISH_USERNAME: ${{ secrets.PACKAGR_USERNAME }}
30
- UV_PUBLISH_PASSWORD: ${{ secrets.PACKAGR_PASSWORD }}
+ UV_PUBLISH_PASSWORD: ${{ secrets.PACKAGR_PASSWORD }}
pyproject.toml
@@ -46,4 +46,3 @@ select = [
46
47
[tool.ruff.lint.per-file-ignores]
48
"__init__.py" = ["F401"]
49
-
src/python_library_template/__init__.py
@@ -1,4 +1,5 @@
1
# TODO Rename folder to your library name
2
3
+
4
def hello_world() -> str:
5
return "Hello from python-library-template!"
0 commit comments