Skip to content

Commit 4e40bf0

Browse files
committed
fix job names
1 parent 9fafa90 commit 4e40bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414

15-
pypi.org:
15+
pypi_org:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out repository
@@ -45,7 +45,7 @@ jobs:
4545
poetry config pypi-token.pypi "$PYPI_TOKEN"
4646
poetry publish --build
4747
48-
hub.docker.com:
48+
hub_docker_com:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Check out repository

0 commit comments

Comments
 (0)