Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Aug 2, 2023
1 parent 1fc94b0 commit 0def353
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 @@ -25,8 +25,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir:: tools/fpl-extract-xml/dist
packages-dir: tools/fpl-extract-xml/dist
- name: Publish distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir:: tools/fpl-extract-xml/dist
packages-dir: tools/fpl-extract-xml/dist

0 comments on commit 0def353

Please sign in to comment.