Skip to content

Commit

Permalink
chore: Capitalize names correctly for tasks in publish.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Aug 24, 2023
1 parent bc7ba1d commit 2dab4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
needs: ['build']
environment: 'publish'

name: Upload release to PyPI
name: Upload Release to PyPI
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- name: Publish package distributions to PyPI
- name: Publish Package Distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: artifact/

0 comments on commit 2dab4d1

Please sign in to comment.