Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed May 17, 2023
1 parent 9c8dd3e commit 16dda34
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- '*'
- "*"
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.pypi_password }}
Expand All @@ -13,9 +13,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- uses: waylonwalker/hatch-action@v1
- uses: actions/checkout@v3
- uses: waylonwalker/hatch-action@v3
with:
before-command: "test-lint"

0 comments on commit 16dda34

Please sign in to comment.