Skip to content

Commit

Permalink
Uncomment out code I was spooked by
Browse files Browse the repository at this point in the history
This is actually not run unless a tag was pushed, which is what we want.
  • Loading branch information
pradyunsg committed May 5, 2024
1 parent 0057098 commit 74a63c5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Expand Up @@ -82,17 +82,17 @@ jobs:
with:
inputs: ./dist/*.tar.gz ./dist/*.whl

# - name: Create a GitHub release
# run: >-
# gh release create --repo '${{ github.repository }}'
# '${{ github.ref_name }}'
# env:
# GITHUB_TOKEN: ${{ github.token }}

# - name: Upload signed release files to GitHub release
# run: >-
# gh release upload --repo '${{ github.repository }}'
# '${{ github.ref_name }}'
# dist/**
# env:
# GITHUB_TOKEN: ${{ github.token }}
- name: Create a GitHub release
run: >-
gh release create --repo '${{ github.repository }}'
'${{ github.ref_name }}'
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Upload signed release files to GitHub release
run: >-
gh release upload --repo '${{ github.repository }}'
'${{ github.ref_name }}'
dist/**
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 74a63c5

Please sign in to comment.