From 9f42c866b63082c6938fc5b745f6dac6e4121126 Mon Sep 17 00:00:00 2001 From: Attila Balint Date: Thu, 7 Dec 2023 15:58:01 +0100 Subject: [PATCH] revert github actions to publish --- .github/workflows/publish-to-pypi.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 8870c57..05215e9 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -1,9 +1,6 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI -on: - push: - branches: - - main +on: push jobs: build-n-publish: