Skip to content

Commit

Permalink
Github workflow PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
tbkr committed Sep 17, 2024
1 parent e2dd4a8 commit 6f419fb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,22 @@ jobs:
repository: private-downstream-ci
event_type: downstream-ci-hpc
payload: '{"gribjump": "ecmwf/gribjump@${{ github.event.pull_request.head.sha || github.sha }}"}'
ci-python:
name: ci-python
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci-python.yml@v1
with:
codecov_upload: true
notify_teams: true
build_package_inputs: |
dependencies: |
ecmwf/ecbuild
ecmwf/eckit
ecmwf/metkit
ecmwf/fdb
ecmwf/gribjump
dependency_branch: develop
self_build: false
secrets:
pypi_username: ${{ secrets.PYPI_USERNAME }}
pypi_password: ${{ secrets.PYPI_PASSWORD }}
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

0 comments on commit 6f419fb

Please sign in to comment.