Skip to content

Commit

Permalink
ci: untabify
Browse files Browse the repository at this point in the history
Signed-off-by: matthias.gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 13, 2024
1 parent e74d009 commit 1820b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: |
python -m venv env
. .venv/bin/activate
python -m pip install -e .
python -m pip install -e .
python -m pip install --upgrade build
python -m pip install --upgrade twine
python -m build
python -m build
twine upload --verbose dist/*
env:
TWINE_USERNAME: "__token__"
Expand Down

0 comments on commit 1820b29

Please sign in to comment.