We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efcc89 commit 6de110dCopy full SHA for 6de110d
.github/workflows/pypi-publish.yml
@@ -2,25 +2,20 @@ name: Publish distributions to PyPI or TestPyPI
2
3
# TestPyPI upload is scheduled in each weekday.
4
# PyPI upload is only activated if the release is published.
5
-# on:
6
-# schedule:
7
-# - cron: '0 15 * * *'
8
-# release:
9
-# types:
10
-# - published
11
-
12
on:
13
- push:
14
- branches:
15
- - main
+ schedule:
+ - cron: '0 15 * * *'
+ release:
+ types:
+ - published
16
17
jobs:
18
build-n-publish:
19
name: Build and publish Python distributions to PyPI or TestPyPI
20
runs-on: ubuntu-latest
21
22
# Not intended for forks.
23
- if: github.repository == 'gen740/pygen'
+ if: github.repository == 'gen740/cppygen'
24
25
steps:
26
- uses: actions/checkout@v3
0 commit comments