This commit is contained in:
msramalho
2022-06-20 13:44:05 +02:00
parent edb02ae049
commit c4a1333428
12 changed files with 23 additions and 199 deletions

View File

@@ -121,10 +121,6 @@ jobs:
name: package
path: dist
# - name: Generate release notes
# run: |
# python scripts/release_notes.py > ${{ github.workspace }}-RELEASE_NOTES.md
- name: Publish package to PyPI
run: |
twine upload -u '${{ secrets.PYPI_USERNAME }}' -p '${{ secrets.PYPI_PASSWORD }}' dist/*