From 8adf35de5aeaa6ab178d88b89a36a13d2a555dc9 Mon Sep 17 00:00:00 2001 From: "Michael \"M3\" Lasevich" Date: Wed, 14 Dec 2022 13:18:03 -0800 Subject: [PATCH] Update Github Actons --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9008a37..bb68b65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,18 +34,18 @@ jobs: run: | python -m pytest --junitxml ./reports/results.xml --cov-config .coveragerc --cov=src - name: Build Package - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') run: | pip install build python -m build - name: Publish package - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} skip_existing: true - name: Coveralls - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + #if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: coverallsapp/github-action@master with: github-token: ${{ secrets.COVERALLS_GITHUB_TOKEN }} \ No newline at end of file