mirror of
https://github.com/NohamR/prometheus-qbittorrent-exporter.git
synced 2026-01-08 07:08:27 +00:00
Fixed build workflow
This commit is contained in:
2
.github/workflows/pythonpublish.yml
vendored
2
.github/workflows/pythonpublish.yml
vendored
@@ -22,5 +22,5 @@ jobs:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
python setup.py sdist
|
||||
python -m build
|
||||
twine upload dist/*
|
||||
|
||||
Reference in New Issue
Block a user