Skip to content

Commit

Permalink
Merge pull request #6 from compas-dev/gonzalocasas-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
gonzalocasas authored Nov 23, 2023
2 parents 6af30a3 + bc7ee74 commit dbc79ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ jobs:
Publish:
needs: build
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: compas-dev/compas-actions.publish@v2
with:
pypi_token: ${{ secrets.PYPI }}
github_token: ${{ secrets.TOKEN }}
build_ghpython_components: true
gh_source: src/compas_ghpython/components
gh_target: src/compas_ghpython/components/ghuser
release_name_prefix: EVE

0 comments on commit dbc79ba

Please sign in to comment.