This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree 3 files changed +19
-6
lines changed
3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- name : Install release dependencies
13
13
run : |
14
- python -m pip install --upgrade pip
15
- pip install setuptools wheel twine
16
- python setup.py sdist bdist_wheel
14
+ python3 -m pip install --upgrade pip
15
+ python3 -m pip install setuptools wheel twine
16
+ python3 setup.py sdist bdist_wheel
17
17
- name : Publish package
18
18
uses : pypa/gh-action-pypi-publish@master
19
19
with :
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- name : tags
14
14
run : |
15
- git fetch --tags
15
+ git fetch --tags --force
16
16
- name : version
17
17
id : version
18
18
run : |
30
30
${{ steps.version.outputs.VERSION }}
31
31
- name : release
32
32
env :
33
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
+ GITHUB_TOKEN : ${{ secrets.GITHUB_RELEASE_TOKEN }}
34
34
run : |
35
35
# https://github.com/itchio/gothub#gothub
36
36
$(go env GOPATH)/bin/gothub release \
Original file line number Diff line number Diff line change 1
- # Changelog
1
+ # CHANGELOG
2
+
3
+ <a name =" 1.0.1 " ></a >
4
+ ## [ 1.0.1] ( https://github.com/m0nhawk/grafana_api/compare/1.0.0...1.0.1 ) (2020-03-18)
5
+
6
+ ### Features
7
+
8
+ * new release pipeline (ae1bad3)
9
+
10
+ ### Pull Requests
11
+
12
+ * Merge pull request [ #60 ] ( https://github.com/m0nhawk/grafana_api/issues/60 ) from teodoryantcheff/master
13
+ * Merge pull request [ #57 ] ( https://github.com/m0nhawk/grafana_api/issues/57 ) from m0nhawk/dependabot/pip/unittest-xml-reporting-approx-eq-3.0
14
+
2
15
3
16
<a name =" 1.0.0 " ></a >
4
17
## [ 1.0.0] ( https://github.com/m0nhawk/grafana_api/compare/0.9.3...1.0.0 ) (2020-02-07)
You can’t perform that action at this time.
0 commit comments