File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : " Release: transformer-ranker drop "
1+ name : " Release: transformer-ranker pypi "
22
33on :
44 push :
4040 path : dist/
4141
4242 testpypi :
43- name : publish transformer-ranker -> testpypi
43+ name : publish -> testpypi
4444 needs : build
4545 runs-on : ubuntu-latest
4646 environment :
@@ -57,12 +57,12 @@ jobs:
5757 path : dist/
5858
5959 - name : upload -> testpypi
60- uses : pypa/gh-action-pypi-publish@v1
60+ uses : pypa/gh-action-pypi-publish@release/ v1
6161 with :
6262 repository-url : https://test.pypi.org/legacy/
6363
6464 release :
65- name : publish transformer-ranker -> pypi
65+ name : publish -> pypi
6666 needs : build
6767 runs-on : ubuntu-latest
6868 environment :
8888 echo ""
8989
9090 - name : upload -> pypi
91- uses : pypa/gh-action-pypi-publish@v1
91+ uses : pypa/gh-action-pypi-publish@release/ v1
Original file line number Diff line number Diff line change 1- name : Tests
1+ name : Unit tests
22
33on :
44 push :
1818
1919jobs :
2020 test :
21- name : Run Tests
21+ name : Run tests
2222 runs-on : ubuntu-latest
2323 strategy :
2424 fail-fast : false
3838 - name : Install dependencies
3939 run : pip install .[testing]
4040
41- - name : Run tests
41+ - name : Run pytest
4242 run : pytest
You can’t perform that action at this time.
0 commit comments