Skip to content

Commit

Permalink
include pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Licini committed Sep 1, 2021
1 parent 58a47e2 commit 2495105
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2495105

Please sign in to comment.