Skip to content

Commit

Permalink
(gz): change .yml for ga 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingjie Jian committed Sep 26, 2024
1 parent 418a140 commit 9f049a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
asset_content_type: application/zip

- name: Publish a Python distribution to PyPI
if: github.event_name != 'pull_request' && matrix.name == 'ubuntu'
uses: pypa/gh-action-pypi-publish@master
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
if: github.event_name != 'pull_request' && matrix.name == 'ubuntu'
uses: pypa/gh-action-pypi-publish@master
# with:
# user: __token__
# password: ${{ secrets.pypi_password }}

0 comments on commit 9f049a4

Please sign in to comment.