Skip to content

Commit

Permalink
publish.yml: remove incorrect dist specifier
Browse files Browse the repository at this point in the history
the correct `{distdir}/*` is given in tox.ini
  • Loading branch information
masenf committed Nov 20, 2022
1 parent 3fbf640 commit c96188a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_REPOSITORY_URL: ${{ secrets.PYPI_INDEX }}
run: |
tox -e publish -- upload dist/*
tox -e publish -- upload

0 comments on commit c96188a

Please sign in to comment.