From 117099a0b3041749101ceb2a514220f038743e2a Mon Sep 17 00:00:00 2001 From: Thierry Moudiki Date: Mon, 6 May 2024 17:05:58 +0200 Subject: [PATCH] update workflow --- .github/workflows/python-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a5b8c8b..1c32c20 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -30,8 +30,8 @@ jobs: - name: Run examples run: pip install .&&find examples -maxdepth 2 -name "*.py" -exec python3 {} \; - #- name: Publish to PyPI - # uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # password: ${{ secrets.PYPI_GLOBAL_MLSAUCE }} - # repository-url: https://upload.pypi.org/legacy/ + - name: Publish to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_GLOBAL_MLSAUCE }} + repository-url: https://upload.pypi.org/legacy/