From 79817432786bbb43f48eb2e6f771660e5cef1043 Mon Sep 17 00:00:00 2001 From: Steven Meisler Date: Wed, 4 Sep 2024 16:02:59 -0400 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b7a704b..cb14d21 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,11 +1,3 @@ -# 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 - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - name: Upload Python Package on: @@ -17,8 +9,8 @@ permissions: jobs: deploy: - runs-on: ubuntu-latest + environment: pypi steps: - uses: actions/checkout@v4