Skip to content

Commit

Permalink
Set pypi GH action to latest v1 (graphql-python#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang authored and superlevure committed Jul 19, 2023
1 parent 33eb2a7 commit 343588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 343588f

Please sign in to comment.