Skip to content

Commit

Permalink
try fix ci 03
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 16, 2024
1 parent 38e610a commit 9acdbb9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/make_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,17 @@ jobs:

- name: make
run: make appimage-bld/osc-tui-x86_64.AppImage


- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.TOKEN }}"
automatic_release_tag: "v24.09.0"
prerelease: true
title: "Fix Release"
files: |
LICENSE
appimage-bld/osc-tui-x86_64.AppImage
- name: twine
run: |
python -m venv env
Expand All @@ -32,18 +42,8 @@ jobs:
python -m pip install --upgrade build
python -m pip install --upgrade twine
python -m build
twine upload --verbose dist/*
twine upload --verbose dist/osc_tui*whl
twine upload --verbose dist/osc_tui*tar.gz
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PIP_TOKEN }}


- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.TOKEN }}"
automatic_release_tag: "v24.09.0"
prerelease: true
title: "Fix Release"
files: |
LICENSE
appimage-bld/osc-tui-x86_64.AppImage

0 comments on commit 9acdbb9

Please sign in to comment.