Skip to content

Commit

Permalink
Update pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpops authored Apr 26, 2023
1 parent 56d019e commit e912e96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
jobs:
tests:
uses: ./.github/workflows/test.yaml
debug:
runs-on: ubuntu-latest
steps:
- name: event_name
run: echo ${{github.event_name}}
- name: ref
run: echo ${{github.ref}}
pypi-publish:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
name: Upload release to PyPI
Expand Down

0 comments on commit e912e96

Please sign in to comment.