Skip to content

Commit 6de110d

Browse files
committed
First Release
1 parent 4efcc89 commit 6de110d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/pypi-publish.yml

+6-11
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,20 @@ name: Publish distributions to PyPI or TestPyPI
22

33
# TestPyPI upload is scheduled in each weekday.
44
# 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-
125
on:
13-
push:
14-
branches:
15-
- main
6+
schedule:
7+
- cron: '0 15 * * *'
8+
release:
9+
types:
10+
- published
1611

1712
jobs:
1813
build-n-publish:
1914
name: Build and publish Python distributions to PyPI or TestPyPI
2015
runs-on: ubuntu-latest
2116

2217
# Not intended for forks.
23-
if: github.repository == 'gen740/pygen'
18+
if: github.repository == 'gen740/cppygen'
2419

2520
steps:
2621
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)