still CI
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 4 Apr 2022 22:50:42 +0000 (00:50 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 4 Apr 2022 22:50:42 +0000 (00:50 +0200)
.github/workflows/publish-to-pypi.yml
.github/workflows/test.yml

index d9335df6f7123a5ea1f6443cb052674b23789605..790d19197cb2c58515fd82c67144ac95fda78150 100644 (file)
@@ -10,18 +10,18 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-      - name: Set up Python 3.9
-        uses: actions/setup-python@v3.10
+      - name: Set up Python 3.10
+        uses: actions/setup-python@v3
         with:
-          python-version: 3.9
-      - name: Include frontend-app in the release package
-        run: |
-          cd /tmp
-          curl https://github.com/music-assistant/app/archive/master.zip -LOk
-          unzip master.zip
-          cd /tmp/app-master
-          mv docs /home/runner/work/server/server/music_assistant/web/static
-          cd /home/runner/work/server/server/
+          python-version: 3.10
+      - name: Include frontend-app in the release package
+        run: |
+          cd /tmp
+          curl https://github.com/music-assistant/app/archive/master.zip -LOk
+          unzip master.zip
+          cd /tmp/app-master
+          mv docs /home/runner/work/server/server/music_assistant/web/static
+          cd /home/runner/work/server/server/
       - name: Install wheel
         run: >-
           pip install wheel
index 241f8dcce85d8bbc84d78574ea743a9612e806a9..c58129b20aaf316aa70aa4c8d0d463a01119b96c 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v3.10
+        uses: actions/setup-python@v3
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies