File tree 5 files changed +12
-13
lines changed
5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
- name : Update- Copyright- Year
1
+ name : Update Copyright Year
2
2
3
3
on :
4
4
schedule :
5
5
- cron : ' 0 3 1 1 *'
6
6
workflow_dispatch :
7
7
8
8
jobs :
9
- Update-Copyright-Year :
9
+ update :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
Original file line number Diff line number Diff line change 1
- name : Release
1
+ name : PyPI Release
2
2
3
3
on :
4
4
create :
5
5
tags :
6
6
- v*
7
7
8
8
jobs :
9
- tagged-release :
10
- name : Release
9
+ release :
11
10
runs-on : ubuntu-latest
12
11
steps :
13
12
14
13
- name : Create Release for new Tag
15
14
uses : marvinpinto/action-automatic-releases@latest
16
15
with :
17
- title : TMDbAPIs ${{ github.event.ref }}
16
+ title : ${{ secrets.REPO_NAME }} ${{ github.event.ref }}
18
17
repo_token : ${{ secrets.PAT }}
19
18
prerelease : false
20
19
47
46
webhook_id : ${{ secrets.BUILD_WEBHOOK_ID }}
48
47
webhook_token : ${{ secrets.BUILD_WEBHOOK_TOKEN }}
49
48
title : " ${{ secrets.REPO_NAME }} ${{ github.event.ref }}: **Build Successful**"
50
- color : 844716
51
49
url : https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
50
+ color : 844716
52
51
username : Kobota
53
52
avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
54
53
author : PyPI
67
66
username : Kobota
68
67
avatar_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
69
68
author : PyPI
70
- author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/pypi.svg
69
+ author_icon_url : https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/pypi.svg
Original file line number Diff line number Diff line change 1
- name : Run Tests
1
+ name : Tag New Version
2
2
3
3
on :
4
4
push :
7
7
pull_request :
8
8
9
9
jobs :
10
- tag-new-versions :
10
+ tag :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
jobs :
10
- run-tests :
10
+ run :
11
11
runs-on : ubuntu-20.04
12
12
strategy :
13
13
max-parallel : 1
30
30
pip install -r requirements-dev.txt
31
31
python setup.py install
32
32
33
- - name : Run tests
33
+ - name : Run Tests
34
34
env :
35
35
TMDB_APIKEY : ${{ secrets.TMDB_APIKEY }}
36
36
TMDB_SESSION : ${{ secrets.TMDB_SESSION }}
Original file line number Diff line number Diff line change 1
- 1.2.11
1
+ 1.2.12
You can’t perform that action at this time.
0 commit comments