Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Devin Petersohn <[email protected]>
  • Loading branch information
anmyachev and devin-petersohn authored May 29, 2024
1 parent 4e2845f commit ce18859
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Publish Modin wheel to PyPI

on: push
tags:
- '*'

jobs:
build-n-publish:
name: Build and publish Modin wheel to PyPI
environment: release
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

steps:
- uses: actions/checkout@v4
Expand All @@ -28,5 +32,3 @@ jobs:
- name: Publish Modin wheel to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PUBLISH_TO_PYPI_TOKEN }}

0 comments on commit ce18859

Please sign in to comment.