diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:37:57 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:37:57 -0500 |
commit | 60955a616870093a5a14345f284f001185753967 (patch) | |
tree | 3ae88318445380170cab5fcd7c9a6b6ef9adc0dd /.github | |
parent | 0809a7758f7e201d10c88d6f95fd86085a57e65d (diff) | |
download | nba-scores-60955a616870093a5a14345f284f001185753967.tar.gz nba-scores-60955a616870093a5a14345f284f001185753967.tar.bz2 nba-scores-60955a616870093a5a14345f284f001185753967.zip |
update app name
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/python-publish.yml | 2 |
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: |