Commit 2971478 1 parent 6de110d commit 2971478 Copy full SHA for 2971478
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: Publish distributions to PyPI or TestPyPI
3
3
# TestPyPI upload is scheduled in each weekday.
4
4
# PyPI upload is only activated if the release is published.
5
5
on :
6
- schedule :
7
- - cron : ' 0 15 * * *'
8
6
release :
9
7
types :
10
8
- published
33
31
34
32
- name : Publish distribution to TestPyPI
35
33
# The following upload action cannot be executed in the forked repository.
36
- if : ( github.event_name == 'schedule') || (github.event_name == ' release')
34
+ if : github.event_name == 'release'
37
35
uses : pypa/gh-action-pypi-publish@release/v1
38
36
with :
39
37
user : __token__
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pythonPlatform = "Darwin"
10
10
11
11
[tool .poetry ]
12
12
name = " cppygen"
13
- version = " 0.1.0 "
13
+ version = " 0.1.1 "
14
14
description = " A simple c++ code generator for pybind11"
15
15
readme = " README.md"
16
16
authors = [
" Gen740 <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments