Skip to content

Commit bc87a10

Browse files
authored
Update publish-pypi-test.yml
1 parent d31671b commit bc87a10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-pypi-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
curl -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
2323
python get-poetry.py -y
24+
source $HOME/.poetry/env
25+
poetry --version
2426
2527
- name: Build and publish to PyPi
2628
env:

0 commit comments

Comments
 (0)