From 69599567102e995cf4483a404e7f6956eefdb739 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 18 Jan 2025 09:26:32 +0400 Subject: [PATCH] release removed (#13) --- .github/workflows/release.yml | 29 ----------------------------- README.md | 1 - 2 files changed, 30 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 9ae1141..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Upload Python Package - -on: - release: - types: [published] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout [${{ github.repository }}] - uses: actions/checkout@v4 - - - uses: cvxgrp/.github/actions/uv/build@v2.0.3 - - deploy: - runs-on: ubuntu-latest - needs: build - environment: release - - permissions: - # This permission is required for trusted publishing. - id-token: write - - steps: - - name: Checkout [${{ github.repository }}] - uses: actions/checkout@v4 - - - uses: cvxgrp/.github/actions/publish@v2.0.3 diff --git a/README.md b/README.md index 1b562bd..29fd74d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # cvxball -[![PyPI version](https://badge.fury.io/py/cvxball.svg)](https://badge.fury.io/py/cvxball) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt) [![CI](https://github.com/cvxgrp/cvxball/actions/workflows/ci.yml/badge.svg)](https://github.com/cvxgrp/cvxball/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/cvxgrp/cvxball/badge.svg?branch=main)](https://coveralls.io/github/cvxgrp/cvxball?branch=main)