Skip to content

Commit

Permalink
Revert "use main branch, not master (#210)" (#211)
Browse files Browse the repository at this point in the history
This reverts commit 1a3038f.
  • Loading branch information
edwardchalstrey1 authored Mar 31, 2022
1 parent 1a3038f commit 49a376b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
build
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@main
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 49a376b

Please sign in to comment.