Skip to content

Commit

Permalink
Fix ID in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg committed Nov 25, 2023
1 parent ae1a674 commit 04fd6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

jobs:
deploy pypi:
deploy-pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
twine check dist/*
twine upload dist/*
deploy docker:
deploy-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 04fd6d2

Please sign in to comment.