Skip to content

Commit

Permalink
fix syntax error in pypi.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed Feb 13, 2024
1 parent 13e122f commit 5c4fc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: dist
pattern: *.whl
pattern: '*.whl'
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
Expand All @@ -54,5 +54,5 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: dist
pattern: *.whl
pattern: '*.whl'
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 5c4fc4e

Please sign in to comment.