From df6d6aa62085dcdd9421c94225720b2cdb1e4c10 Mon Sep 17 00:00:00 2001 From: rbroc Date: Thu, 18 Jan 2024 20:13:15 +0100 Subject: [PATCH] update pypi publish frequency --- .github/workflows/python-publish.yml | 3 +-- README.md | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 73495e3..2f01d64 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -1,6 +1,6 @@ name: release -on: push +on: release jobs: build: @@ -36,7 +36,6 @@ jobs: publish-to-pypi: name: >- Publish Python 🐍 distribution 📦 to PyPI - if: startsWith(github.ref, 'refs/tags/v') needs: - build runs-on: ubuntu-latest diff --git a/README.md b/README.md index 8735038..2f07b16 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ A follow-up involving comprehensive investigation of the effect of turn-taking s author={Rocca, Roberta and Tylén, Kristian}, publishr={PsyArXiv}, year={2024}, - } ``` Materials and documentation concerning this study are available under [`paper`](https://github.com/rbroc/simcat/tree/master/paper). @@ -170,6 +169,5 @@ If you use this work, please cite: author={Rocca, Roberta and Tylén, Kristian}, publishr={PsyArXiv}, year={2024}, - } ```