From df21336e2c823a2065bc790db092f1d1859a9589 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Nov 2024 14:46:49 +0530 Subject: [PATCH] NXPY-261: Deploy artifacts to pypi.org --- .github/workflows/release.yml | 8 +++++--- CHANGELOG.rst | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bb4b63..cfdf6a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,8 +60,10 @@ jobs: env: PYPI_API_REPO_URL: ${{ github.ref == 'refs/heads/master' && 'public' || 'private' }} with: - repository-url: "https://packages.nuxeo.com/repository/pypi-${{ env.PYPI_API_REPO_URL }}/" - user: ${{ secrets.PYPI_API_NUXEO_PACKAGE_USERNAME }} - password: ${{ secrets.PYPI_API_NUXEO_PACKAGE_TOKEN }} + # repository-url: "https://packages.nuxeo.com/repository/pypi-${{ env.PYPI_API_REPO_URL }}/" + # user: ${{ secrets.PYPI_API_NUXEO_PACKAGE_USERNAME }} + # password: ${{ secrets.PYPI_API_NUXEO_PACKAGE_TOKEN }} + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }} skip_existing: true verbose: true diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9c01264..9f5fa29 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Release date: ``2024-05-02`` - `NXPY-256 `__: Upgrade from Node 16 to 20 - `NXPY-258 `__: File download from aws S3 with auto-redirect not working in case of OAuth - `NXPY-259 `__: Deploy artifacts to packages.nuxeo.com +- `NXPY-261 `__: Deploy artifacts to pypi.org Technical changes -----------------