Skip to content

Commit

Permalink
Merge pull request #87 from salesforce/yangwenz-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
yangwenz committed Jun 27, 2023
2 parents 326e8f5 + ab07b77 commit 9d110bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m build
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9d110bd

Please sign in to comment.