summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-15 22:31:34 -0500
committerChristian Cleberg <[email protected]>2026-04-15 22:31:34 -0500
commit4bc78764487dbc6a084502e866bfc3d67f4dbcbc (patch)
tree1ef2aed71c5aaed23b3ebfde301e431cc6b6e5c2
parent17ac5991430695086568c0a5106a80a8bcd4452c (diff)
downloadnba-scores-4bc78764487dbc6a084502e866bfc3d67f4dbcbc.tar.gz
nba-scores-4bc78764487dbc6a084502e866bfc3d67f4dbcbc.tar.bz2
nba-scores-4bc78764487dbc6a084502e866bfc3d67f4dbcbc.zip
remove publishing action
-rw-r--r--.github/workflows/python-publish.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
deleted file mode 100644
index aa4e336..0000000
--- a/.github/workflows/python-publish.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-# This workflow will upload a Python Package using Twine when a release is created
-# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
-
-name: Upload Python Package
-
-on:
- release:
- types: [published]
-
-permissions:
- contents: read
-
-jobs:
- deploy:
- runs-on: ubuntu-latest
- environment:
- name: pypi
- url: https://pypi.org/p/nba-scores
- permissions:
- id-token: write
- steps:
- - uses: actions/checkout@v4
- - name: Set up Python
- uses: actions/setup-python@v5
- with:
- python-version: '3.x'
- - name: Install dependencies
- run: |
- python -m pip install --upgrade pip
- pip install build
- - name: Build package
- run: python -m build
- - name: Publish package
- uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file