Skip to content

Commit

Permalink
Remove manylinux to get upload to work
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed Jun 19, 2024
1 parent 11edf8e commit ce6e34b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
# this will checkout and build nim stable from gh repository on manylinux2014 / CentOS 7
build-linux:
runs-on: ubuntu-latest
container:
image: quay.io/pypa/manylinux2014_x86_64
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -41,7 +39,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
tag: ${{ github.ref }}
asset_name: choosenim-manylinux2014
asset_name: choosenim-linux
file: ${{ runner.workspace }}/choosenim/bin/choosenim

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit ce6e34b

Please sign in to comment.