Skip to content

Commit

Permalink
👷 ci: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Apr 9, 2024
1 parent 10450f4 commit f92df8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ jobs:
with:
python-version: "3.12"

- name: Install dependencies 📦
run: |
pip install -e .[all]
pip install pytest
- name: Run pre-commit ✅
uses: pre-commit/action@v3.0.0
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
packages-dir: dist
verbose: true
- name: Publish GitHub Release 📝
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "PyFuture Release ${{ github.ref_name }}"
token: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit f92df8e

Please sign in to comment.