Code changes to support the master->main branch switch (#701)

This commit is contained in:
Joe Rickerby
2021-05-27 11:28:52 +02:00
committed by GitHub
parent 75b707ffb7
commit ab1b0f2f94
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@main
with:
user: __token__
password: ${{ secrets.pypi_password }}