Update release.yaml

This commit is contained in:
curly60e 2023-12-06 15:13:42 -03:00 committed by GitHub
parent 305bf312ca
commit 3a737086eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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