aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-29 00:37:57 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-29 00:37:57 -0500
commit60955a616870093a5a14345f284f001185753967 (patch)
tree3ae88318445380170cab5fcd7c9a6b6ef9adc0dd /.github/workflows
parent0809a7758f7e201d10c88d6f95fd86085a57e65d (diff)
downloadnba-scores-60955a616870093a5a14345f284f001185753967.tar.gz
nba-scores-60955a616870093a5a14345f284f001185753967.tar.bz2
nba-scores-60955a616870093a5a14345f284f001185753967.zip
update app name
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/python-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 0073c6f..aa4e336 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
- url: https://pypi.org/p/nba-cli
+ url: https://pypi.org/p/nba-scores
permissions:
id-token: write
steps: