Skip to content

Commit

Permalink
Update GA
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Feb 15, 2024
1 parent 50837a6 commit 6ea3910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Publish to PyPI

on:
pull_request:
push:
branches:
- main
release:
types:
- published
types: [created, edited]

jobs:
packages:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
outputs:
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: xarray-contrib/ci-trigger@v1.2
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
experimental: [false]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set environment variables
run: |
Expand Down

0 comments on commit 6ea3910

Please sign in to comment.