ci: fix wrong release command

This commit is contained in:
Dima Gerasimov 2023-11-01 01:47:55 +00:00 committed by karlicoss
parent 71cb66df5f
commit 24da04f142

View file

@ -100,4 +100,4 @@ jobs:
if: github.event_name != 'pull_request' && startsWith(github.event.ref, 'refs/tags') if: github.event_name != 'pull_request' && startsWith(github.event.ref, 'refs/tags')
env: env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: pip3 install --user --upgrade build twine && .ci/release --test run: pip3 install --user --upgrade build twine && .ci/release