Skip to content

Commit

Permalink
Chore/fixed gh actions (#148)
Browse files Browse the repository at this point in the history
* fix: Exit `check_req` if `core_requirements` is None (#137)

Otherwise the following statement crashes.

---

Steps to reproduce:
1. Install viur-core as editable
2. deploy app

* removed testpypi from github actions

---------

Co-authored-by: Sven Eberth <[email protected]>
  • Loading branch information
Grashalmbeisser and sveneberth authored May 14, 2024
1 parent 90f1a4f commit 4f412fe
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,6 @@ jobs:
name: buildfiles
path: .

publishtest:
if: "!startsWith(github.ref, 'refs/tags/v')"
name: 📦 publish to TestPyPI
runs-on: ubuntu-latest
needs: [ build ]

steps:
- uses: actions/download-artifact@master
with:
name: buildfiles
path: .

- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

publish:
if: "startsWith(github.ref, 'refs/tags/v')"
name: 📦 publish to PyPI
Expand Down

0 comments on commit 4f412fe

Please sign in to comment.