From 507addfd92c1345d84fa8a4d0d5e831432543c27 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin Date: Sat, 18 Nov 2023 17:03:57 -0500 Subject: [PATCH] Test Signed-off-by: Jean-Christophe Morin --- .github/workflows/pypi.yaml | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 9ab857d23e..a1db55bdbf 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -1,5 +1,6 @@ name: pypi on: + pull_request: release: types: [released] @@ -34,4 +35,5 @@ jobs: - name: Upload to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: + repository-url: https://test.pypi.org/legacy/ packages-dir: dist diff --git a/setup.py b/setup.py index 132782a82c..ee918a38f4 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def find_files(pattern, path=None, root="rez"): setup( - name="rez", + name="jcmorin-rez", version=_rez_version, description=("A cross-platform packaging system that can build and " "install multiple version of packages, and dynamically "