Skip to content

Commit

Permalink
Update dist_to_pypi.yml
Browse files Browse the repository at this point in the history
Update to  Create Release step
  • Loading branch information
auszok authored Apr 15, 2023
1 parent 4dacf49 commit b6f4ec5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dist_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,17 @@ jobs:
# Checks-out the repository branch main under $GITHUB_WORKSPACE, so the workflow job can access it
- uses: actions/checkout@v3
with:
submodules: 'true'
ref: "main"

# Create Release
- name: Create Release
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
uses: ncipollo/release-action@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- To be provided manually later
draft: false
prerelease: false
# Sets up python3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit b6f4ec5

Please sign in to comment.