Skip to content

Commit

Permalink
Merge pull request #33 from rom1504/patch-1
Browse files Browse the repository at this point in the history
main -> master in gh action
  • Loading branch information
crowsonkb authored Sep 30, 2022
2 parents e35e2b2 + 2b77a1b commit 83a12c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit 83a12c1

Please sign in to comment.