From 2d74b77a6dd22f89a2cbfbff02c2d5da681004d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Mon, 28 Aug 2023 16:45:25 +0200 Subject: [PATCH] release --- .github/workflows/release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdca379..6e1e92b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,8 +7,19 @@ jobs: name: Run Python lint uses: kuba2k2/kuba2k2/.github/workflows/lint-python.yml@master publish-pypi: + name: Publish PyPI package needs: - lint-python uses: kuba2k2/kuba2k2/.github/workflows/publish-pypi.yml@master secrets: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} + release: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v3 + - name: Add GitHub release assets + uses: softprops/action-gh-release@v1 + with: + files: | + README.md