We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7fa63 commit 3c3c799Copy full SHA for 3c3c799
1 file changed
.github/workflows/python-publish.yml
@@ -11,7 +11,7 @@ name: Publish to PyPI
11
on:
12
workflow_dispatch:
13
release:
14
- types: [published]
+ types: [ published ]
15
16
permissions:
17
contents: read
@@ -27,11 +27,11 @@ jobs:
27
with:
28
python-version: "3.x"
29
30
+ - name: Install Poetry
31
+ uses: snok/install-poetry@v1
32
+
33
- name: Build release distributions
34
run: |
- # NOTE: put your own distribution build steps here.
- python -m pip install build
- python -m build
35
poetry build
36
37
- name: Upload distributions
0 commit comments