Skip to content

Commit f92df8e

Browse files
committed
πŸ‘· ci: fix actions
1 parent 10450f4 commit f92df8e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

β€Ž.github/workflows/codestyle.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@ jobs:
1818
with:
1919
python-version: "3.12"
2020

21+
- name: Install dependencies πŸ“¦
22+
run: |
23+
pip install -e .[all]
24+
pip install pytest
25+
2126
- name: Run pre-commit βœ…
2227
uses: pre-commit/[email protected]

β€Ž.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
packages-dir: dist
5555
verbose: true
5656
- name: Publish GitHub Release πŸ“
57-
uses: softprops/action-gh-release@v1
57+
uses: softprops/action-gh-release@v2
5858
with:
5959
name: "PyFuture Release ${{ github.ref_name }}"
6060
token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
Β (0)