From 38e1d7dcd920a00931cb2910376102487e4b7703 Mon Sep 17 00:00:00 2001 From: Nathan Hoos Date: Sun, 5 May 2024 23:11:46 +0000 Subject: [PATCH] release --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7fc4177..9ca6137 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: target: s390x - runner: ubuntu-latest target: ppc64le - + steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -90,3 +90,5 @@ jobs: uses: pypa/gh-action-pypi-publish@v1 with: password: ${{ secrets.PYPI_API_TOKEN }} + +