File: octocheese.yml

package info (click to toggle)
python-pyproject-parser 0.13.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,432 kB
  • sloc: python: 3,086; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is managed by 'repo_helper'. Don't edit it directly.
---

name: "GitHub Releases"
on:
  schedule:
    - cron: 0 12 * * *

jobs:
  Run:
    runs-on: ubuntu-latest
    steps:
      - uses: domdfcoding/octocheese@master
        with:
          pypi_name: "pyproject-parser"
        env:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
        if: startsWith(github.ref, 'refs/tags/') != true