Skip to content

Commit

Permalink
Update package.yml to create a new release on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 7, 2022
1 parent 63719b1 commit 84dd668
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,17 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: false

release:
environment: GitHub Releases
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/v')"
name: Release
needs: upload
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Release a Changelog
uses: rasmus-saks/[email protected]
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 84dd668

Please sign in to comment.