Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CI stages to execute against Pull Requests
name: Release to PyPi
name: Release

on:
push:
Expand Down Expand Up @@ -40,9 +40,9 @@ jobs:
if: failure()
run: git diff

release_to_pypi:
release:
needs: codechecks
name: Release to PyPi
name: Release to PyPi and Github
runs-on: ubuntu-latest

steps:
Expand All @@ -66,3 +66,9 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true

- name: Release on Github
uses: meeDamian/github-release@2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
gzip: folders