Skip to content

Commit

Permalink
Merge pull request #15 from lsst-epo/EPO-8488
Browse files Browse the repository at this point in the history
Updated URL for publishing in the workflow file
  • Loading branch information
ericdrosas87 authored Sep 13, 2023
2 parents e6dec4e + 2c2e79e commit 619117c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 619117c

Please sign in to comment.