Skip to content

Commit

Permalink
First Release
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Feb 3, 2023
1 parent 4efcc89 commit 6de110d
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,20 @@ name: Publish distributions to PyPI or TestPyPI

# TestPyPI upload is scheduled in each weekday.
# PyPI upload is only activated if the release is published.
# on:
# schedule:
# - cron: '0 15 * * *'
# release:
# types:
# - published

on:
push:
branches:
- main
schedule:
- cron: '0 15 * * *'
release:
types:
- published

jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI or TestPyPI
runs-on: ubuntu-latest

# Not intended for forks.
if: github.repository == 'gen740/pygen'
if: github.repository == 'gen740/cppygen'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6de110d

Please sign in to comment.