File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Clone Repository
15
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6
15
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
16
16
- name : Setup Python 3.9
17
17
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # 5.1.0
18
18
with :
22
22
- name : Run tests
23
23
run : make test
24
24
- name : Upload coverage to Codecov 📝
25
- uses : " codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c " # 4.4.1
25
+ uses : " codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 " # 4.5.0
26
26
with :
27
27
fail_ci_if_error : true
28
28
files : ./coverage-reports/coverage-report.xml
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Clone Repository
13
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6
13
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
14
14
- name : Setup Python 3.9
15
15
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # 5.1.0
16
16
with :
@@ -24,12 +24,12 @@ jobs:
24
24
pipenv run python setup.py sdist bdist_wheel
25
25
- name : Publish distribution 📦 to Test PyPI
26
26
if : github.event.release.prerelease == true
27
- uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # 1.8.14
27
+ uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # 1.9.0
28
28
with :
29
29
password : ${{ secrets.TEST_PYPI_PASSWORD }}
30
30
repository_url : https://test.pypi.org/legacy/
31
31
- name : Publish distribution 📦 to PyPI
32
32
if : github.event.release.prerelease != true
33
- uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # 1.8.14
33
+ uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # 1.9.0
34
34
with :
35
35
password : ${{ secrets.PYPI_PASSWORD }}
You can’t perform that action at this time.
0 commit comments