fix: 🐛 run twine via poetry run command to make sure existence of twine package

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2024-12-16 20:52:13 +03:00
parent 7b50eed7d9
commit e6f0a8f3f0
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
run: |
poetry install --with=build
poetry build
twine check --strict dist/*
poetry run twine check --strict dist/*
- name: 🚀 Publish to PyPi
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3

View File

@ -36,7 +36,7 @@ jobs:
run: |
poetry install --with=build
poetry build
twine check --strict dist/*
poetry run twine check --strict dist/*
- name: 🚀 Publish to PyPi
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3