Skip to content

Commit

Permalink
Minor change to test GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceGuyIT committed Dec 17, 2022
1 parent 48f0a2d commit 8db89ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ jobs:
run: |
python -m hatch version $(git describe --tags --abbrev=0)
python -m hatch build
python -m twine upload --verbose --username ${{ secrets.PYPI_API_USERNAME }} --password ${{ secrets.PYPI_API_TOKEN }}
python -m twine upload --verbose \
--username ${{ secrets.PYPI_API_USERNAME }} \
--password ${{ secrets.PYPI_API_TOKEN }} \
dist/synology_abfb_log_parser-*

0 comments on commit 8db89ff

Please sign in to comment.