From d1d5897734d41631d26ebd36f6689ac78d141993 Mon Sep 17 00:00:00 2001 From: markxoe Date: Mon, 24 Jun 2024 10:43:15 +0200 Subject: [PATCH] wip: run on tag --- .github/workflows/publish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e7969a..8c1ba10 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,8 @@ name: Publish to PyPI 📦 on: push: - # tags: - # - "v*" + tags: + - "v*" jobs: publish-pypi: @@ -38,8 +38,8 @@ jobs: - name: Build package run: python -m build - # - name: Publish package to PyPi - # uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 - # with: - # user: __token__ - # password: ${{ secrets.PYPI_API_TOKEN }} + - name: Publish package to PyPi + uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }}