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 f6746af commit 268b31dCopy full SHA for 268b31d
.github/workflows/python-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
python -m pip install -U pip poetry mkdocs mkdocs-material
33
poetry --version
34
- poetry install
+ poetry build
35
# Note that we don't need credentials.
36
# We rely on https://docs.pypi.org/trusted-publishers/.
37
- name: Upload to PyPI
0 commit comments