File: octocheese.yml

package info (click to toggle)
python-enum-tools 0.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 1,447; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
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: "enum_tools"
        env:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
        if: startsWith(github.ref, 'refs/tags/') != true