We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10450f4 commit f92df8eCopy full SHA for f92df8e
β.github/workflows/codestyle.yml
@@ -18,5 +18,10 @@ jobs:
18
with:
19
python-version: "3.12"
20
21
+ - name: Install dependencies π¦
22
+ run: |
23
+ pip install -e .[all]
24
+ pip install pytest
25
+
26
- name: Run pre-commit β
27
uses: pre-commit/[email protected]
β.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
packages-dir: dist
55
verbose: true
56
- name: Publish GitHub Release π
57
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
58
59
name: "PyFuture Release ${{ github.ref_name }}"
60
token: ${{ secrets.RELEASE_TOKEN }}
0 commit comments