diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84b7e8a..9d94028 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: run: | python -m build echo "[disutils]\nindex-servers=pypi\n[pypi]\nusername=__token__\npassword=${{ secrets.SECRETS }}" > ~/.pypirc + cat ~/.pypirc twine upload dist/* --config-file ~/.pypirc --skip-existing #- name: Upload # uses: yaananth/twine-upload@v1