Skip to content

Commit

Permalink
ci: master branch sunset on pypa/gh-action-pypi-publish (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc authored Aug 8, 2023
1 parent 83258b6 commit 0b9fdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: python3 setup.py sdist

- name: publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 0b9fdb3

Please sign in to comment.