Skip to content

Commit

Permalink
fix typo in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LincolnPuzey committed Nov 9, 2024
1 parent cc1db2e commit f437478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
# Download distributions from one job of the matrix
name: "distributions-built-with-py-3.12"
name: "distributions-built-with-py3.12"
path: "dist"

- name: Publish distribution to PyPI
Expand Down

0 comments on commit f437478

Please sign in to comment.