Browse Source

ci: adding twine

pull/367/head
Parodi, Eugenio 🌶 12 months ago
parent
commit
07deb8141b
  1. 8
      .github/workflows/python-publish.yml

8
.github/workflows/python-publish.yml

@ -71,6 +71,12 @@ jobs:
path: dist/
- name: check
shell: bash
run: |
ls -laR dist
file dist/*
file ${{ inputs.pkg_folder }}/dist/*
- name: Publish
run: |
python -m pip install twine
python -m twine upload ${{ inputs.pkg_folder }}/dist/

Loading…
Cancel
Save