From: Marcel van der Veldt Date: Mon, 4 Apr 2022 23:01:42 +0000 (+0200) Subject: Update publish-to-pypi.yml X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=37826062f04dfaab01a7175234634828487c7328;p=music-assistant-server.git Update publish-to-pypi.yml --- diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 790d1919..b4f9010b 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v3 with: - python-version: 3.10 + python-version: '3.x' # - name: Include frontend-app in the release package # run: | # cd /tmp