We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f121b commit 4239de9Copy full SHA for 4239de9
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
contents: write
12
steps:
13
- name: Publish PyPi package
14
- uses: code-specialist/pypi-poetry-publish@v1.1
+ uses: code-specialist/pypi-poetry-publish@v1.2
15
with:
16
PYTHON_VERSION: "3.10"
17
PACKAGE_DIRECTORY: './sqlmodel_repository/'
0 commit comments