Update release.yaml

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

View file

@ -11,7 +11,7 @@ jobs:
with:
python-version: '3.x'
architecture: 'x64'
- run: pip install poetry==1.1.12
- run: pip3 install poetry
- run: poetry build
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1