File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 38
38
uses : cylc/release-actions/build-python-package@v1
39
39
40
40
- name : Publish distribution to PyPI
41
- uses : pypa/gh-action-pypi-publish@v1.12.2
41
+ uses : pypa/gh-action-pypi-publish@release/v1
42
42
with :
43
43
user : __token__ # uses the API token feature of PyPI - least permissions possible
44
44
password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
sync :
17
+ if : github.repository_owner == 'cylc' || github.event_name != 'schedule'
17
18
uses : cylc/release-actions/.github/workflows/branch-sync.yml@v1
18
19
with :
19
20
head_branch : ${{ inputs.head_branch }}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ concurrency:
15
15
16
16
jobs :
17
17
test_conda_install :
18
+ if : github.repository_owner == 'cylc' || github.event_name != 'schedule'
18
19
runs-on : ubuntu-latest
19
20
timeout-minutes : 10
20
21
strategy :
You can’t perform that action at this time.
0 commit comments