Update test-pypi.yml

This commit is contained in:
Satoshi Nakamoto 2024-02-16 19:31:11 +01:00 committed by GitHub
parent ef491a5843
commit 4c99069699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
with:
python-version: '3.x'
architecture: 'x64'
- run: pip install poetry==1.1.12
- run: pip3 install poetry
- run: >-
poetry version patch &&
version=$(poetry version | awk '{print $2}') &&