We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551ee5d commit f6c784bCopy full SHA for f6c784b
1 file changed
.github/workflows/publish.yml
@@ -22,6 +22,9 @@ jobs:
22
with:
23
python-version: '3.9'
24
25
+ - name: Install Poetry
26
+ uses: snok/install-poetry@v1
27
+
28
- name: Configure Poetry
29
run: |
30
poetry config repositories.publish $REPOSITORY_URL
0 commit comments