Skip to content

Commit 753b37e

Browse files
authored
Update python-publish.yml
1 parent 09dea3a commit 753b37e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
run: poetry install --no-interaction --no-root
3939

4040
- name: Build package
41-
run:
41+
run: |
4242
source .venv/bin/activate
4343
poetry build
44+
4445
- name: Publish package
4546
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
4647
with:

0 commit comments

Comments
 (0)