Skip to content

Commit cde315d

Browse files
committed
wrong checkout?
1 parent 8c0ff13 commit cde315d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/_build-pyobjcryst-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
name: Build pyobjcryst sdist
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
with:
17-
ref: ${{ github.ref }}
15+
- name: Check out pyobjcryst
16+
uses: actions/checkout@v4
1817

1918
- name: Initialize miniconda
2019
uses: conda-incubator/setup-miniconda@v3

.github/workflows/build-wheel-release-upload.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Release (GitHub/PyPI) and Deploy Docs
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- "**"
86
tags:
97
- "*" # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml
108

0 commit comments

Comments
 (0)