Skip to content

Commit eb67c9c

Browse files
authored
feat: update pypa's publish branch away from master (#16)
1 parent d447dd9 commit eb67c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build package
2121
run: python setup.py sdist bdist_wheel
2222
- name: Publish to PyPi
23-
uses: pypa/gh-action-pypi-publish@master
23+
uses: pypa/gh-action-pypi-publish@release/v1
2424
with:
2525
user: __token__
26-
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
26+
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)