From 2c2e79e09cb3b16853634a362f21cd181c26b6eb Mon Sep 17 00:00:00 2001 From: Eric Rosas Date: Wed, 13 Sep 2023 16:42:38 -0600 Subject: [PATCH] Updated URL for publishing in the workflow file EPO-8488 --- .github/workflows/publish-to-pypi.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yaml b/.github/workflows/publish-to-pypi.yaml index 05b78b0..490f197 100644 --- a/.github/workflows/publish-to-pypi.yaml +++ b/.github/workflows/publish-to-pypi.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/citsci-notebook-core-pipeline/ + url: https://pypi.org/p/rubin.citsci/ permissions: id-token: write if: github.event_name == 'release' && github.event.action == 'published' diff --git a/pyproject.toml b/pyproject.toml index 8da2bdb..c0a12af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rubin.citsci" -version = "0.1.3" +version = "0.1.4" readme = "README.md" dependencies = [ "panoptes_client",