From 2495105ef90f7faa06c8ffff569a8d70460b68ad Mon Sep 17 00:00:00 2001 From: Licini Date: Wed, 1 Sep 2021 13:23:32 +0200 Subject: [PATCH] include pypi publish --- .github/workflows/release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a82a4380..7a1ff9969 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,3 +20,16 @@ jobs: release_name: Release ${{ github.ref }} draft: false prerelease: false + + + Publish: + needs: Release + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + with: + python-version: '3.x' + - uses: compas-dev/compas-actions.publish@v1.0.0 + with: + token: ${{ secrets.PYPI }} \ No newline at end of file