Skip to content

Commit

Permalink
Set pypi action branch to release/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
davisnando committed Sep 20, 2022
1 parent cec8537 commit bfa283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build package
run: python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit bfa283f

Please sign in to comment.