ci: fix wrong release command
This commit is contained in:
parent
71cb66df5f
commit
24da04f142
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -100,4 +100,4 @@ jobs:
|
|||
if: github.event_name != 'pull_request' && startsWith(github.event.ref, 'refs/tags')
|
||||
env:
|
||||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
||||
run: pip3 install --user --upgrade build twine && .ci/release --test
|
||||
run: pip3 install --user --upgrade build twine && .ci/release
|
||||
|
|
Loading…
Add table
Reference in a new issue