fix CI
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 5 Apr 2022 09:35:56 +0000 (11:35 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 5 Apr 2022 09:35:56 +0000 (11:35 +0200)
.github/release-drafter.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/test.yml

index a7352b9c44452f0a4aa55e9e8e471f33ae8e297a..1737036add60f80f1f9d5d18e97226f6e291ecad 100644 (file)
@@ -1,9 +1,8 @@
-change-template: "- #$NUMBER - $TITLE (@$AUTHOR)"
 categories:
-  - title: "⚠ Breaking Changes"
+  - title: "⬆️ Dependencies"
+    collapse-after: 1
     labels:
-      - "breaking change"
+      - "dependencies"
 template: |
-  ## Whats Changed
-
-  $CHANGES
+  ## What's Changed
+  $CHANGES
\ No newline at end of file
index a5d952e06e5e37e54f569a0d5f242ed349ccd3d2..8fadfb1f255b1a320a9c879dcf2d8281585d289e 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     - name: Set up Python
       uses: actions/setup-python@v1
       with:
-        python-version: '3.10'
+        python-version: '3.x'
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
index 19539daa70c629a85edc52f41421d2ab5947104f..c392e6ede97cd20ff323a728e93b046d2b68fd09 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: ['3.10']
+        python-version: ['3.9', '3.10']
 
     steps:
       - uses: actions/checkout@v3