Skip to content

Commit

Permalink
Debug release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed Sep 7, 2023
1 parent 911ca02 commit 9340c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: python setup.py sdist --formats=gztar,zip

- name: Upload
run: gh release upload ${{ github.ref_name }} dist/*
run: gh release upload ${{ github.ref_name }} ${process.env.GITHUB_WORKSPACE}/dist/*

binary_dists:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: python setup.py bdist_wheel

- name: Upload
run: gh release upload ${{ github.ref_name }} dist/*
run: gh release upload ${{ github.ref_name }} ${process.env.GITHUB_WORKSPACE}/dist/*

# final_publish:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 9340c72

Please sign in to comment.