Skip to content

Commit

Permalink
im going crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
ImShyMike committed Dec 18, 2024
1 parent 13ff673 commit 07d72c2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,10 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: beta-${{ github.run_number }}
release_name: "Beta Release ${{ github.run_number }}"
name: "Beta Release ${{ github.run_number }}"
body: |
This is a beta release containing build artifacts.
draft: false # Automatically publish the release
files: dist/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload all release assets from dist/
uses: softprops/action-gh-release@v1
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: dist/*
asset_name: python-package-${{ github.run_number }}.tar.gz
asset_content_type: application/gzip
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 07d72c2

Please sign in to comment.