We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31671b commit bc87a10Copy full SHA for bc87a10
1 file changed
.github/workflows/publish-pypi-test.yml
@@ -21,6 +21,8 @@ jobs:
21
run: |
22
curl -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
23
python get-poetry.py -y
24
+ source $HOME/.poetry/env
25
+ poetry --version
26
27
- name: Build and publish to PyPi
28
env:
0 commit comments