Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Jun 5, 2023
1 parent 22f194c commit db10209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- '*'
- '**'

permissions:
contents: write
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install deps
run:
python -m pip install build twine
- run:
- run: |
python -m build
twine upload dist/*
working-directory: testutils/python
Expand Down

0 comments on commit db10209

Please sign in to comment.