Skip to content

Commit ca42822

Browse files
committed
Add ascii upload banner to publish.yml
1 parent 3c2e5f3 commit ca42822

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Release: transformer-ranker drop"
1+
name: "Release: transformer-ranker pypi"
22

33
on:
44
push:
@@ -40,7 +40,7 @@ jobs:
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:
@@ -88,4 +88,4 @@ jobs:
8888
echo ""
8989
9090
- name: upload -> pypi
91-
uses: pypa/gh-action-pypi-publish@v1
91+
uses: pypa/gh-action-pypi-publish@release/v1

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: Unit tests
22

33
on:
44
push:
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
test:
21-
name: Run Tests
21+
name: Run tests
2222
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
@@ -38,5 +38,5 @@ jobs:
3838
- name: Install dependencies
3939
run: pip install .[testing]
4040

41-
- name: Run tests
41+
- name: Run pytest
4242
run: pytest

0 commit comments

Comments
 (0)