File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
type : boolean
16
16
schedule :
17
17
- cron : ' 30 5 * * *'
18
+ pull_request :
18
19
19
20
env :
20
21
# Changes per repo
41
42
outputs :
42
43
version : ${{ steps.pre-publish.outputs.version }}
43
44
steps :
45
+ - run : |
46
+ env
47
+ exit 1
44
48
- uses : mongodb-labs/drivers-github-tools/secure-checkout@v2
45
49
with :
46
50
app_id : ${{ vars.APP_ID }}
@@ -85,14 +89,12 @@ jobs:
85
89
name : all-dist-${{ github.run_id }}
86
90
path : dist/
87
91
- name : Publish package distributions to TestPyPI
92
+ if : startsWith(env.DRY_RUN, 'false')
88
93
uses : pypa/gh-action-pypi-publish@release/v1
89
94
with :
90
95
repository-url : https://test.pypi.org/legacy/
91
96
skip-existing : true
92
97
attestations : ${{ env.DRY_RUN }}
93
- - name : Publish package distributions to PyPI
94
- if : startsWith(env.DRY_RUN, 'false')
95
- uses : pypa/gh-action-pypi-publish@release/v1
96
98
97
99
post-publish :
98
100
needs : [publish]
You can’t perform that action at this time.
0 commit comments