Skip to content

Commit

Permalink
adding upload of setup.sh #58
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius authored Apr 5, 2024
1 parent 3db533c commit b482b9e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,24 @@ jobs:
python -m pip install dist/nodeorc*.whl
nodeorc --version
upload-setup:
needs: test-built-dist
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- name: List contents of src code
run: ls -ltrh
- name: Upload setup bash script to release
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
file: setup.sh
overwrite: false

upload-to-test-pypi:
needs: test-built-dist
if: github.event_name == 'push'
Expand Down

0 comments on commit b482b9e

Please sign in to comment.