Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
ci(tests): Remove release step, which requires settings access, see #176
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 27, 2023
1 parent 6fba473 commit c802954
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,3 @@ jobs:
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

release:
runs-on: ubuntu-latest
needs: build
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

strategy:
matrix:
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3

- name: Install pipenv
run: pipx install "pipenv==1.5.1"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pipenv'

- name: Build package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: pipenv build

0 comments on commit c802954

Please sign in to comment.